pcre: fetch distfiles from sourceforge.

This commit is contained in:
Juan RP 2012-02-05 16:57:30 +01:00
parent 24b77df187
commit 220189c95e

View File

@ -1,7 +1,7 @@
# Template file for 'pcre'
pkgname=pcre
version=8.21
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2"
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-utf8 --enable-unicode-properties
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"