X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libpcre%2FPkgfile;h=3991f143862d608fed0edd9cadb049b60981ce69;hb=c35220c099916c6950346cb79c676e97d0a92734;hp=7152907a868cffce20aee49292c7761a822c3351;hpb=83e7e2d09802b3a99d4eda97a03cad72a1b1039a;p=crossrootfs.git

diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile
index 7152907..3991f14 100644
--- a/libpcre/Pkgfile
+++ b/libpcre/Pkgfile
@@ -1,11 +1,11 @@
 # Description: Perl Compatible Regular Expressions
 # URL: http://www.pcre.org
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on:
 
 name=libpcre
-version=8.01
+version=8.35
 release=1
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
 
@@ -17,9 +17,16 @@ build() {
               --prefix=/usr \
               --mandir=/usr/man \
               --enable-utf8 \
-              --enable-unicode-properties
+              --enable-unicode-properties \
+              --enable-jit
+
   make
   make DESTDIR=$PKG install
   
+  install -d $PKG/lib
+  mv $PKG/usr/lib/libpcre.so.* $PKG/lib
+  ln -sf ../../lib/$(readlink $PKG/usr/lib/libpcre.so) $PKG/usr/lib/libpcre.so
+
   rm -r $PKG/usr/share
+  rm $PKG/usr/man/man3/{pcre{16,32}*,pcre_utf{16,32}*}
 }