# Description: The Perl Compatible Regular Expressions library # URL: https://sourceforge.net/projects/pcre/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=pcre version=8.45 release=1 source=(https://sourceforge.net/projects/${name}/files/${name}/${version}/${name}-${version}.tar.bz2) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --enable-unicode-properties \ --enable-pcre16 \ --enable-pcre32 \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 \ --enable-pcretest-libreadline make make DESTDIR=$PKG install }