summaryrefslogtreecommitdiff
path: root/package/libXcursor/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-21 17:25:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-21 17:25:35 +0200
commit98b7adfbd06f0f6bd99ca4805ca34250ee027fa1 (patch)
treea68345ba8ba7ee532e4b7426cadad31d7add24c0 /package/libXcursor/Makefile
parent09d28322f4828a387eeee03d303c833eab8828c5 (diff)
parent32a82e38679501da738199135b35f93ddc8aca0a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXcursor/Makefile')
-rw-r--r--package/libXcursor/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/package/libXcursor/Makefile b/package/libXcursor/Makefile
index b007823c8..286f5bfed 100644
--- a/package/libXcursor/Makefile
+++ b/package/libXcursor/Makefile
@@ -5,33 +5,21 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libXcursor
PKG_VERSION:= 1.1.13
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 38a6c7ce393cb5bc10e67de087f9d582
PKG_DESCR:= xcursor library
PKG_SECTION:= x11/libs
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_BUILDDEP:= libXfixes libXrender
-
-PKG_SUBPKGS:= LIBXCURSOR LIBXCURSOR_DEV
-PKGSC_LIBXCURSOR_DEV:= x11/devel
-PKGSD_LIBXCURSOR_DEV:= libXcursor development files
+PKG_OPTS:= dev
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,LIBXCURSOR,libxcursor,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBXCURSOR_DEV,libxcursor-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBXCURSOR,libxcursor,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
libxcursor-install:
$(INSTALL_DIR) $(IDIR_LIBXCURSOR)/usr/lib
$(CP) $(WRKINST)/usr/lib/libXcursor*.so* \
$(IDIR_LIBXCURSOR)/usr/lib
-libxcursor-dev-install:
- $(INSTALL_DIR) $(IDIR_LIBXCURSOR_DEV)/usr/lib/pkgconfig
- $(CP) $(WRKINST)/usr/lib/pkgconfig/*.pc \
- $(IDIR_LIBXCURSOR_DEV)/usr/lib/pkgconfig
- $(INSTALL_DIR) $(IDIR_LIBXCURSOR_DEV)/usr/include
- $(CP) $(WRKINST)/usr/include/* \
- $(IDIR_LIBXCURSOR_DEV)/usr/include
-
include ${TOPDIR}/mk/pkg-bottom.mk