mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
26 lines
546 B
Plaintext
26 lines
546 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
|
|
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"
|