summaryrefslogtreecommitdiff
path: root/package/xconsole
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-27 17:02:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-27 17:02:05 +0200
commitc1e90da10c6cee0eb663b121f40e61ab65b3553f (patch)
tree2373828f2b6c52a53a6acdc7338140506a160c09 /package/xconsole
parent312019626227fdbe000ccf494053433df223fb6f (diff)
make xdm fly
Diffstat (limited to 'package/xconsole')
-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