Files
haikuports/dev-libs/libpcre/libpcre-8.00.bep
2010-05-16 19:28:03 +00:00

26 lines
601 B
Plaintext

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"
CHECKSUM_MD5="c95500eeda12c8c7edc6b0926d60952c"
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
}
LICENSE="PCRE"
COPYRIGHT="1997-2010 University of Cambridge
2007-2010, Google Inc. All rights reserved."