mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep file for libpcre-8.02
Applied with the following Haiku: Perl Compatible Regular Expressions and Refrigerators
This commit is contained in:
22
dev-libs/libpcre/libpcre-8.02.bep
Normal file
22
dev-libs/libpcre/libpcre-8.02.bep
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user