r855 - crux-2.1/ports/opt/libpcre
Author: sten Date: 2006-02-28 11:48:49 +0100 (Tue, 28 Feb 2006) New Revision: 855 Modified: crux-2.1/ports/opt/libpcre/Pkgfile Log: libpcre: hope no one used the broken R1 Modified: crux-2.1/ports/opt/libpcre/Pkgfile =================================================================== --- crux-2.1/ports/opt/libpcre/Pkgfile 2006-02-28 10:42:48 UTC (rev 854) +++ crux-2.1/ports/opt/libpcre/Pkgfile 2006-02-28 10:48:49 UTC (rev 855) @@ -1,17 +1,15 @@ # Description: Perl Compatible Regular Expressions # URL: http://www.pcre.org # Maintainer: sten, nick dot steeves at shaw dot ca -# Packager: +# Packager: Han Boetes, han at mijncomputer dot nl name=libpcre version=6.6 -release=1 +release=2 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) build() { cd pcre-$version - export CFLAGS="$CFLAGS -L$PKG/usr/lib" - export LDFLAGS="$LDFLAGS -L$PKG/usr/lib" ./configure --prefix=/usr \ --enable-utf8 \ --enable-unicode-properties
participants (1)
-
crux@crux.nu