libpcre: updated to version 7.1

This commit is contained in:
Simon Gloßner 2007-04-25 14:49:05 +02:00
parent e7d1eccd3a
commit 13154ba9ec
3 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-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/pcre-config.1.gz
-rw-r--r-- root/root usr/man/man1/pcregrep.1.gz
-rw-r--r-- root/root usr/man/man1/pcretest.1.gz
drwxr-xr-x root/root usr/man/man3/

View File

@ -1 +1 @@
b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2
c678550aaf064a17bb4bb6ea36dd6d88 pcre-7.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Packager: Han Boetes, han at mijncomputer dot nl
name=libpcre
version=7.0
version=7.1
release=1
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
@ -18,4 +18,6 @@ build() {
--enable-unicode-properties
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}