summaryrefslogtreecommitdiff
path: root/package/xconsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xconsole/Makefile')
-rw-r--r--package/xconsole/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/xconsole/Makefile b/package/xconsole/Makefile
new file mode 100644
index 000000000..ee3e846f0
--- /dev/null
+++ b/package/xconsole/Makefile
@@ -0,0 +1,24 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= xconsole
+PKG_VERSION:= 1.0.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c617acec432901a3c1a2b23b022624cb
+PKG_DESCR:= X console app
+PKG_SECTION:= x11/apps
+PKG_URL:= http://xorg.freedesktop.org/
+PKG_SITES:= ${MASTER_SITE_XORG}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,XCONSOLE,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_XCONSOLE)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/xconsole \
+ $(IDIR_XCONSOLE)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk