libpcre: updated to 7.0

This commit is contained in:
Simon Gloner 2006-12-20 11:07:27 +01:00
parent 857b7e674a
commit 4d01bbb222
3 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@ lrwxrwxrwx root/root usr/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.0
-rwxr-xr-x root/root usr/lib/libpcreposix.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libpcre.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libpcrecpp.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pcregrep.1.gz

View File

@ -1 +1 @@
dbbec9d178ce199e67e98c9a4f994f90 pcre-6.7.tar.bz2
b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2

View File

@ -4,7 +4,7 @@
# Packager: Han Boetes, han at mijncomputer dot nl
name=libpcre
version=6.7
version=7.0
release=1
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
@ -13,6 +13,7 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-utf8 \
--enable-unicode-properties
make