summaryrefslogtreecommitdiff
path: root/package/xconsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xconsole/Makefile')
-rw-r--r--package/xconsole/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/xconsole/Makefile b/package/xconsole/Makefile
new file mode 100644
index 000000000..d0b6c8d85
--- /dev/null
+++ b/package/xconsole/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= xconsole
+PKG_VERSION:= 1.0.6
+PKG_RELEASE:= 1
+PKG_HASH:= 28151453a0a687462516de133bac0287b488a2ff56da78331fee34bc1bf3e7d5
+PKG_DESCR:= console application
+PKG_SECTION:= x11/utils
+PKG_BUILDDEP:= libXaw
+PKG_URL:= http://xorg.freedesktop.org/
+PKG_SITES:= http://www.x.org/releases/individual/app/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,XCONSOLE,xconsole,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+xconsole-install:
+ $(INSTALL_DIR) $(IDIR_XCONSOLE)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/xconsole \
+ $(IDIR_XCONSOLE)/usr/bin
+
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk