From c1e90da10c6cee0eb663b121f40e61ab65b3553f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Mar 2012 17:02:05 +0200 Subject: make xdm fly --- package/xconsole/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/xconsole/Makefile (limited to 'package/xconsole/Makefile') 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 -- cgit v1.2.3