diff --git a/dev-libs/libpcre/libpcre-8.00.recipe b/dev-libs/libpcre/libpcre-8.00.recipe deleted file mode 100644 index 04040b1d7..000000000 --- a/dev-libs/libpcre/libpcre-8.00.recipe +++ /dev/null @@ -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." diff --git a/dev-libs/libpcre/libpcre-8.02.recipe b/dev-libs/libpcre/libpcre-8.02.recipe deleted file mode 100644 index c4d7c571d..000000000 --- a/dev-libs/libpcre/libpcre-8.02.recipe +++ /dev/null @@ -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." diff --git a/dev-libs/libpcre/libpcre-8.12.recipe b/dev-libs/libpcre/libpcre-8.12.recipe deleted file mode 100644 index 3a1db3765..000000000 --- a/dev-libs/libpcre/libpcre-8.12.recipe +++ /dev/null @@ -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."