From e76b973dd3deb1dacd7bcd78ecb3183b1d1931c6 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 14 Apr 2010 05:55:37 +0000 Subject: [PATCH] Initial .bep file for libpcre-8.02 Applied with the following Haiku: Perl Compatible Regular Expressions and Refrigerators --- dev-libs/libpcre/libpcre-8.02.bep | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-libs/libpcre/libpcre-8.02.bep diff --git a/dev-libs/libpcre/libpcre-8.02.bep b/dev-libs/libpcre/libpcre-8.02.bep new file mode 100644 index 000000000..84356f56d --- /dev/null +++ b/dev-libs/libpcre/libpcre-8.02.bep @@ -0,0 +1,22 @@ +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.02.tar.bz2" +CHECKSUM_MD5="27948c1b5f5c1eabc23cba1ebe4c316f" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd pcre-8.02 + libtoolize --force --copy + aclocal + autoconf + automake + ./configure --prefix=/boot/common --enable-utf8 --enable-unicode-properties --with-pic + make + make check +} + +INSTALL { + cd pcre-8.02 + make install +}