diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
commit | d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch) | |
tree | bf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/pcrepp/Makefile | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/pcrepp/Makefile')
-rw-r--r-- | package/pcrepp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/pcrepp/Makefile b/package/pcrepp/Makefile index ae848d3d6..20b8a5177 100644 --- a/package/pcrepp/Makefile +++ b/package/pcrepp/Makefile @@ -15,17 +15,18 @@ PKG_DEPENDS:= libpcre PKG_BUILDDEP:= pcre PKG_NEED_CXX:= 1 PKG_CXX:= pcrepp +PKG_OPTS:= dev -PKG_CFLINE_PCREPP:= depends on ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_GLIBC +PKG_LIBC_DEPENDS:= eglibc glibc musl DISTFILES:= pcre++-${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/pcre++-${PKG_VERSION} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,PCREPP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,PCREPP,pcrepp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -post-install: +pcrepp-install: $(INSTALL_DIR) $(IDIR_PCREPP)/usr/lib $(CP) $(WRKINST)/usr/lib/libpcre++.so* \ $(IDIR_PCREPP)/usr/lib |