Files
haikuports/dev-lang/php/php-5.3.5.bep

28 lines
604 B
Plaintext

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"
BUILD {
cd php-5.3.5
libtoolize --force --copy --install
aclocal
autoconf
export LIBS="-lnetwork"
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--enable-shared \
--enable-static \
--with-libxml-dir=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd php-5.3.5
make install
}
COPYRIGHT="2001-2011 PHP Group"
LICENSE="PHP License v3.01"