With this updated .bep file for php, it's now building and creates the zip package as expected on Haiku. Next step is to start

adding in the extra features.
This commit is contained in:
Scott McCreary
2011-02-04 00:49:33 +00:00
parent 4adfdddc63
commit be13fe0b9a

View File

@@ -3,7 +3,7 @@ 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"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libpcre >= 8.00"
BUILD {
cd php-5.3.5
@@ -14,13 +14,14 @@ BUILD {
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--enable-shared \
--enable-static \
--with-libxml-dir=`finddir B_COMMON_DIRECTORY`
--with-libxml-dir=`finddir B_COMMON_DIRECTORY` \
--without-iconv
make
}
INSTALL {
cd php-5.3.5
make install
make install INSTALL_ROOT=${DESTDIR}
}
COPYRIGHT="2001-2011 PHP Group"