Added libpcre 8.0 bep file and optional description.

This commit is contained in:
Pier Luigi Fiorini
2009-11-21 09:00:42 +00:00
parent 7129755da5
commit ad9e2cd585
2 changed files with 26 additions and 0 deletions

View File

@@ -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
}

View File

@@ -0,0 +1,5 @@
Package: libpcre
Version: 8.00
Copyright: 1997 - 2009 University of Cambridge
License: BSD
URL: http://www.pcre.org/