2008-10-04 04:29:49 +00:00
|
|
|
# Template file for 'pcre'
|
|
|
|
pkgname=pcre
|
2012-12-01 00:38:02 +00:00
|
|
|
version=8.32
|
2013-02-06 23:45:59 +00:00
|
|
|
revision=2
|
2012-07-07 11:22:16 +00:00
|
|
|
subpackages="libpcre libpcrecpp pcre-devel"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-03-18 06:35:15 +00:00
|
|
|
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
2012-07-07 11:29:56 +00:00
|
|
|
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
|
2012-08-23 13:49:55 +00:00
|
|
|
--enable-pcretest-libreadline --disable-pcregrep-jit --enable-jit
|
|
|
|
--disable-static"
|
2013-02-06 23:45:59 +00:00
|
|
|
makedepends="zlib-devel bzip2-devel readline-devel"
|
2008-09-29 20:32:08 +00:00
|
|
|
short_desc="Perl Compatible Regular Expressions"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-18 07:46:08 +00:00
|
|
|
homepage="http://www.pcre.org/"
|
|
|
|
license="BSD"
|
2012-07-07 11:22:16 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
|
2012-12-01 00:38:02 +00:00
|
|
|
checksum=a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55
|
2013-02-06 23:45:59 +00:00
|
|
|
|
2013-03-24 09:21:58 +00:00
|
|
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
|
|
|
hostmakedepends="automake"
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2013-02-06 23:45:59 +00:00
|
|
|
fi
|