compat-32/libpcre-32/Pkgfile
2017-01-26 00:24:33 +11:00

24 lines
579 B
Plaintext

# Description: Perl Compatible Regular Expressions
# URL: http://www.pcre.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
name=libpcre-32
version=8.40
release=1
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
build() {
cd pcre-$version
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--enable-utf8 \
--enable-unicode-properties \
--enable-jit
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,share/man,share}
}