diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-25 21:18:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-25 21:18:50 +0100 |
commit | 58f64bd864061ae4810dc9fec6b0a1ffa5808478 (patch) | |
tree | 2690e02acd164f78dc369f178753e201a20633ce /package/xsetroot | |
parent | 9a77177f6ddf4b451876c3696b64d3659b427049 (diff) |
add xsetroot package
Diffstat (limited to 'package/xsetroot')
-rw-r--r-- | package/xsetroot/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/xsetroot/Makefile b/package/xsetroot/Makefile new file mode 100644 index 000000000..50a51759e --- /dev/null +++ b/package/xsetroot/Makefile @@ -0,0 +1,25 @@ +# 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:= xsetroot +PKG_VERSION:= 1.1.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 5097ed5bbe1c621ee12950019f71de02 +PKG_DESCR:= set root window +PKG_SECTION:= x11/apps +PKG_DEPENDS:= libx11 libxmu libxcursor +PKG_BUILDDEP:= xbitmaps libXcursor +PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,XSETROOT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_XSETROOT)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/xsetroot \ + $(IDIR_XSETROOT)/usr/bin + +include ${TOPDIR}/mk/pkg-bottom.mk |