diff --git a/dev-libs/libpcre/libpcre-8.00.bep b/dev-libs/libpcre/libpcre-8.00.bep new file mode 100644 index 000000000..34262c342 --- /dev/null +++ b/dev-libs/libpcre/libpcre-8.00.bep @@ -0,0 +1,21 @@ +DESCRIPTION="libpcre - Perl Compatible Regular Expressions" +HOMEPAGE="http://www.xpcre.org/" +SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.00.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd pcre-8.00 + libtoolize --force --copy + aclocal + autoconf + automake + ./configure --prefix=/boot/common --enable-utf8 --enable-unicode-properties --with-pic + make + make check +} + +INSTALL { + cd pcre-8.00 + make install +} diff --git a/dev-libs/libpcre/libpcre.OptionalDescription b/dev-libs/libpcre/libpcre.OptionalDescription new file mode 100644 index 000000000..228d16e02 --- /dev/null +++ b/dev-libs/libpcre/libpcre.OptionalDescription @@ -0,0 +1,5 @@ +Package: libpcre +Version: 8.00 +Copyright: 1997 - 2009 University of Cambridge +License: BSD +URL: http://www.pcre.org/