mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
20 lines
455 B
Plaintext
20 lines
455 B
Plaintext
DESCRIPTION="php - hypertext preprocessor"
|
|
HOMEPAGE="http://www.php.net"
|
|
SRC_URI="http://php.net/distributions/php-5.3.1.tar.bz2"
|
|
CHECKSUM_MD5="63e97ad450f0f7259e785100b634c797"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND="libpcre, others TBD"
|
|
BUILD {
|
|
cd php-5.3.1
|
|
cat $(aclocal --print-ac-dir)/libtool.m4 > build/libtool.m4
|
|
autoreconf
|
|
./configure --prefix=/boot/common --enable-shared --enable-static
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd php-5.3.1
|
|
make install
|
|
}
|