summaryrefslogtreecommitdiff
path: root/package/pcre
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 14:38:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 14:38:37 +0100
commit77532693bac20db899136602375d2381265cf5cd (patch)
tree8b4021e9d15390f8e8ded6c0cceac1d7002947d9 /package/pcre
parent52ef6765b097f227c6cf61876c5e9b71ba2e4a7f (diff)
add subpackage information
Diffstat (limited to 'package/pcre')
-rw-r--r--package/pcre/Makefile5
1 files changed, 3 insertions, 2 deletions
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