X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libpcre%2FPkgfile;h=94e40883cf51824214e754166252a6a0ca6b7f45;hb=e36ed0aaef52cc252ca20a755b943b195b602e41;hp=3991f143862d608fed0edd9cadb049b60981ce69;hpb=6977b67856aa2837f9b0822ab8c4b403cb587cbe;p=crossrootfs.git diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 3991f14..94e4088 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -5,17 +5,17 @@ # Depends on: name=libpcre -version=8.35 +version=8.40 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) + build() { cd pcre-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --enable-utf8 \ --enable-unicode-properties \ --enable-jit @@ -27,6 +27,6 @@ build() { 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}*} + rm -r $PKG/usr/share/doc + rm $PKG/usr/share/man/man3/{pcre{16,32}*,pcre_utf{16,32}*} }