From 004c67abf81d497d52a977e552deb3f94eafd795 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 22 Jan 2011 00:05:48 +0000 Subject: [PATCH] Initial bep file for php-5.3.5, it's failing during configure, not finding "xml-config". --- dev-lang/php/php-5.3.5.bep | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-lang/php/php-5.3.5.bep diff --git a/dev-lang/php/php-5.3.5.bep b/dev-lang/php/php-5.3.5.bep new file mode 100644 index 000000000..9c3d8d94b --- /dev/null +++ b/dev-lang/php/php-5.3.5.bep @@ -0,0 +1,25 @@ +DESCRIPTION="php - hypertext preprocessor" +HOMEPAGE="http://www.php.net" +SRC_URI="http://php.net/distributions/php-5.3.5.tar.bz2" +CHECKSUM_MD5="8aaf20c95e91f25c5b6a591e5d6d61b9" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="dev-libs/libpcre >= 8.00 + sys-devel/autoconf == 2.13" +BUILD { + cd php-5.3.5 + libtoolize --force --copy --install + export LIBS="-lnetwork" + ./configure --prefix=/boot/common \ + --enable-shared \ + --enable-static + make +} + +INSTALL { + cd php-5.3.5 + make install +} + +COPYRIGHT="2001-2011 PHP Group" +LICENSE="PHP License v3.01"