From 77532693bac20db899136602375d2381265cf5cd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Mar 2011 14:38:37 +0100 Subject: add subpackage information --- package/pcre/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/pcre/Makefile') diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 5bf61fae9..da4403f77 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -13,6 +13,8 @@ PKG_URL:= http://www.pcre.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pcre/} PKG_SUBPKGS:= LIBPCRE LIBPCRE_DEV +PKGSD_LIBPCRE_DEV:= PCRE headers +PKGSC_LIBPCRE_DEV:= devel include ${TOPDIR}/mk/package.mk @@ -24,7 +26,7 @@ XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} libpcre-install: ${INSTALL_DIR} ${IDIR_LIBPCRE}/usr/lib - ${CP} ${WRKINST}/usr/lib/libpcre{,posix}.so* ${IDIR_LIBPCRE}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libpcre{,posix}.so* ${IDIR_LIBPCRE}/usr/lib libpcre-dev-install: ${INSTALL_DIR} ${IDIR_LIBPCRE_DEV}/usr/include @@ -34,5 +36,4 @@ libpcre-dev-install: ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/*.pc \ ${IDIR_LIBPCRE_DEV}/usr/lib/pkgconfig - include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3