opt/libpcre2/Pkgfile

21 lines
401 B
Plaintext
Raw Normal View History

2016-02-02 17:50:37 +01:00
# Description: Perl Compatible Regular Expressions
# URL: http://www.pcre.org
# Maintainer: Juergen Daubert, jue at crux dot nu
2016-02-02 17:50:37 +01:00
# Depends on:
name=libpcre2
2019-11-22 14:22:51 +01:00
version=10.34
2016-02-02 17:50:37 +01:00
release=1
source=(https://ftp.pcre.org/pub/pcre/pcre2-$version.tar.bz2)
2016-02-02 17:50:37 +01:00
build() {
cd pcre2-$version
./configure --prefix=/usr --enable-jit
2016-02-02 17:50:37 +01:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}