[arch-commits] Commit in pcre/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Fri Jan 17 11:10:53 UTC 2014


    Date: Friday, January 17, 2014 @ 12:10:52
  Author: allan
Revision: 204344

upgpkg: pcre 8.34-2

add readline support to pcretest, add suport for reading gz and bz2 files to pcregrep

Modified:
  pcre/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-17 09:42:39 UTC (rev 204343)
+++ PKGBUILD	2014-01-17 11:10:52 UTC (rev 204344)
@@ -5,12 +5,12 @@
 
 pkgname=pcre
 pkgver=8.34
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that implements Perl 5-style regular expressions"
 arch=('i686' 'x86_64')
 url="http://www.pcre.org/"
 license=('BSD')
-depends=('gcc-libs')
+depends=('readline' 'zlib' 'bzip2')
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
 md5sums=('5439e321351bddd5533551bbce128d07'
          'SKIP')
@@ -18,8 +18,13 @@
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-    --enable-pcre16 --enable-pcre32 --enable-jit \
-    --enable-utf --enable-unicode-properties
+    --enable-unicode-properties \
+    --enable-pcre16 \
+    --enable-pcre32 \
+    --enable-jit \
+    --enable-pcregrep-libz \
+    --enable-pcregrep-libbz2 \
+    --enable-pcretest-libreadline
   make
 }
 




More information about the arch-commits mailing list