opt/libpcre/Pkgfile

20 lines
469 B
Plaintext
Raw Normal View History

# Description: Perl Compatible Regular Expressions
2006-02-23 16:26:10 +01:00
# URL: http://www.pcre.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Han Boetes, han at mijncomputer dot nl
2006-02-23 16:26:10 +01:00
name=libpcre
2006-02-28 11:42:48 +01:00
version=6.6
release=2
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar\
.bz2)
2006-02-23 16:26:10 +01:00
2006-02-28 11:42:48 +01:00
build() {
2006-02-23 16:26:10 +01:00
cd pcre-$version
./configure --prefix=/usr \
2006-02-28 11:42:48 +01:00
--enable-utf8 \
--enable-unicode-properties
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}