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/libXcursor/Makefile | |
parent | 9a77177f6ddf4b451876c3696b64d3659b427049 (diff) |
add xsetroot package
Diffstat (limited to 'package/libXcursor/Makefile')
-rw-r--r-- | package/libXcursor/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/libXcursor/Makefile b/package/libXcursor/Makefile new file mode 100644 index 000000000..a1e44876c --- /dev/null +++ b/package/libXcursor/Makefile @@ -0,0 +1,23 @@ +# 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:= libXcursor +PKG_VERSION:= 1.1.11 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 55558a41d0bcf9210636858844fa4d2f +PKG_DESCR:= xcursor library +PKG_SECTION:= x11/libs +PKG_SITES:= http://xorg.freedesktop.org/archive/individual/lib/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBXCURSOR,libxcursor,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_LIBXCURSOR)/usr/lib + $(CP) $(WRKINST)/usr/lib/libXcursor*.so* \ + $(IDIR_LIBXCURSOR)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk |