Initial bep file for php-5.3.5, it's failing during configure, not finding "xml-config".

This commit is contained in:
Scott McCreary
2011-01-22 00:05:48 +00:00
parent bfd23fd66b
commit 004c67abf8

View File

@@ -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"