X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=libpcre%2FPkgfile;h=9721a6cc06d2c32220fb94d73d83229c17817e7e;hb=2c26c989882b1f0d4d843939b4152856c9859013;hp=98a8cad4416d069c1c304b31215ad65abe7916d1;hpb=8fc82c1bf49481128fe01b2e787b69edecd421e1;p=crossrootfs.git diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 98a8cad..9721a6c 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -5,9 +5,10 @@ # Depends on: name=libpcre -version=8.32 +version=8.42 release=1 -source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) +source=(https://ftp.pcre.org/pub/pcre/pcre-$version.tar.bz2) + build() { cd pcre-$version @@ -15,7 +16,6 @@ build() { ./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}*} }