From 4d01bbb2224f97f6f92ed0517bda59f1a9d294bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Wed, 20 Dec 2006 11:07:27 +0100 Subject: [PATCH] libpcre: updated to 7.0 --- libpcre/.footprint | 1 + libpcre/.md5sum | 2 +- libpcre/Pkgfile | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libpcre/.footprint b/libpcre/.footprint index 6b82f5573..3eecffcb0 100644 --- a/libpcre/.footprint +++ b/libpcre/.footprint @@ -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 diff --git a/libpcre/.md5sum b/libpcre/.md5sum index 13fe03142..e4dde64ee 100644 --- a/libpcre/.md5sum +++ b/libpcre/.md5sum @@ -1 +1 @@ -dbbec9d178ce199e67e98c9a4f994f90 pcre-6.7.tar.bz2 +b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2 diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index e1de35c45..1c5dcd55a 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -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