Remove obsolete unconverted recipes for libpcre

This commit is contained in:
Oliver Tappe
2013-04-27 23:36:20 +02:00
parent 3a96983a63
commit 6638964926
3 changed files with 0 additions and 96 deletions

View File

@@ -1,27 +0,0 @@
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=`finddir B_COMMON_DIRECTORY` --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."

View File

@@ -1,28 +0,0 @@
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
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
libtoolize --force --copy
aclocal
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-utf8 --enable-unicode-properties --with-pic --libdir=${LIBDIR}
make
make check
}
INSTALL()
{
cd pcre-8.02
make install
}
LICENSE="PCRE"
COPYRIGHT="1997-2010 University of Cambridge
2007-2010, Google Inc. All rights reserved."

View File

@@ -1,41 +0,0 @@
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.12.tar.bz2"
CHECKSUM_MD5="f14a9fef3c92f3fc6c5ac92d7a2c7eb3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd pcre-8.12
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
libtoolize --force --copy
aclocal
autoconf
automake
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--enable-utf8 \
--enable-unicode-properties \
--with-pic \
--libdir=${LIBDIR} \
--mandir=$COMMON_DOCS/man \
--docdir=$COMMON_DOCS/doc/pcre
make
}
INSTALL()
{
cd pcre-8.12
make install
}
TEST()
{
cd pcre-8.12
make check
}
LICENSE="PCRE"
COPYRIGHT="1997-2010 University of Cambridge
2007-2010, Google Inc. All rights reserved."