opt/libpcre2/Pkgfile

21 lines
401 B
Plaintext

# Description: Perl Compatible Regular Expressions
# URL: http://www.pcre.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on:
name=libpcre2
version=10.32
release=1
source=(https://ftp.pcre.org/pub/pcre/pcre2-$version.tar.bz2)
build() {
cd pcre2-$version
./configure --prefix=/usr --enable-jit
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}