summaryrefslogtreecommitdiff
path: root/package/pcre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcre/Makefile')
-rw-r--r--package/pcre/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile
index a2324d4f6..db1b57920 100644
--- a/package/pcre/Makefile
+++ b/package/pcre/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= pcre
-PKG_VERSION:= 7.9
+PKG_VERSION:= 8.00
PKG_RELEASE:= 1
-PKG_MD5SUM:= 2256d0a1d0a358265165ca70e7cfc47a
+PKG_MD5SUM:= c95500eeda12c8c7edc6b0926d60952c
PKG_DESCR:= a Perl Compatible Regular Expression library
PKG_SECTION:= libs
PKG_URL:= http://www.pcre.org
@@ -14,16 +14,13 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pcre/}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBPCRE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBPCRE,libpcre,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --disable-cpp
-BUILD_STYLE:= auto
-INSTALL_STYLE:= auto
XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} CFLAGS='${TCFLAGS}'
post-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/
include ${TOPDIR}/mk/pkg-bottom.mk