opt/libpcre/Pkgfile

21 lines
472 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: Simon Glo<6C>ner, viper at hometux dot de
# Packager: Han Boetes, han at mijncomputer dot nl
2006-02-23 16:26:10 +01:00
name=libpcre
version=6.7
release=1
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
}