mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial bep file for php-5.3.5, it's failing during configure, not finding "xml-config".
This commit is contained in:
25
dev-lang/php/php-5.3.5.bep
Normal file
25
dev-lang/php/php-5.3.5.bep
Normal 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"
|
||||
Reference in New Issue
Block a user