summaryrefslogtreecommitdiff
path: root/package/pcrepp
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcrepp')
-rw-r--r--package/pcrepp/Makefile33
-rw-r--r--package/pcrepp/patches/patch-Makefile_am10
-rw-r--r--package/pcrepp/patches/patch-Makefile_in11
3 files changed, 54 insertions, 0 deletions
diff --git a/package/pcrepp/Makefile b/package/pcrepp/Makefile
new file mode 100644
index 000000000..639f5ad53
--- /dev/null
+++ b/package/pcrepp/Makefile
@@ -0,0 +1,33 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= pcrepp
+PKG_VERSION:= 0.9.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 1fe6ea8e23ece01fde2ce5fb4746acc2
+PKG_DESCR:= Cpp Wrapper classes for PCRE
+PKG_SECTION:= libs
+PKG_URL:= http://www.daemon.de/PCRE
+PKG_SITES:= http://www.daemon.de/idisk/Apps/pcre++/
+PKG_DEPENDS:= libpcre
+PKG_BUILDDEP:= pcre
+PKG_NEED_CXX:= 1
+PKG_CXX:= pcrepp
+
+PKG_CFLINE_PCREPP:= depends on ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_GLIBC
+
+DISTFILES:= pcre++-${PKG_VERSION}.tar.gz
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,PCREPP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-extract:
+ mv ${WRKDIR_BASE}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE}/pcre++-${PKG_VERSION} ${WRKBUILD}
+
+post-install:
+ ${CP} ${WRKINST}/* ${WRKINST}/../pkg-${PKG_NAME}
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/pcrepp/patches/patch-Makefile_am b/package/pcrepp/patches/patch-Makefile_am
new file mode 100644
index 000000000..d224337ec
--- /dev/null
+++ b/package/pcrepp/patches/patch-Makefile_am
@@ -0,0 +1,10 @@
+--- pcrepp-0.9.5.orig/Makefile.am 2011-05-13 10:25:39.116697222 +0200
++++ pcrepp-0.9.5/Makefile.am 2011-05-13 10:18:08.609616331 +0200
+@@ -1,6 +1,6 @@
+
+
+-SUBDIRS = libpcre++ doc examples test
++SUBDIRS = libpcre++
+
+ bin_SCRIPTS = pcre++-config
+
diff --git a/package/pcrepp/patches/patch-Makefile_in b/package/pcrepp/patches/patch-Makefile_in
new file mode 100644
index 000000000..c10eab68d
--- /dev/null
+++ b/package/pcrepp/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- pcrepp-0.9.5.orig/Makefile.in 2011-05-13 10:25:39.126696935 +0200
++++ pcrepp-0.9.5/Makefile.in 2011-05-13 10:18:08.619616044 +0200
+@@ -77,7 +77,7 @@
+ STRIP = @STRIP@
+ VERSION = @VERSION@
+
+-SUBDIRS = libpcre++ doc examples test
++SUBDIRS = libpcre++
+
+ bin_SCRIPTS = pcre++-config
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4