mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
26 lines
601 B
Plaintext
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."
|