opt/libpcre/Pkgfile
Simon Gloßner 0933662b2a cdrtools: updated to 2.01.01a37
libpcre: updated to 7.5
2008-01-12 01:16:26 +01:00

24 lines
519 B
Plaintext

# Description: Perl Compatible Regular Expressions
# URL: http://www.pcre.org
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Han Boetes, han at mijncomputer dot nl
name=libpcre
version=7.5
release=1
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
build() {
cd pcre-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-utf8 \
--enable-unicode-properties
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}