mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Added libpcre 8.0 bep file and optional description.
This commit is contained in:
21
dev-libs/libpcre/libpcre-8.00.bep
Normal file
21
dev-libs/libpcre/libpcre-8.00.bep
Normal 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
|
||||
}
|
||||
5
dev-libs/libpcre/libpcre.OptionalDescription
Normal file
5
dev-libs/libpcre/libpcre.OptionalDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package: libpcre
|
||||
Version: 8.00
|
||||
Copyright: 1997 - 2009 University of Cambridge
|
||||
License: BSD
|
||||
URL: http://www.pcre.org/
|
||||
Reference in New Issue
Block a user