mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep and .OptionalPAckageDescription files for PHP. It's not yet working, getting some configure errors, I suspect due to a missing dependency.
This commit is contained in:
18
dev-lang/php/php-5.3.1.bep
Normal file
18
dev-lang/php/php-5.3.1.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="php - hypertext preprocessor"
|
||||
HOMEPAGE="http://www.php.net"
|
||||
SRC_URI="http://php.net/distributions/php-5.3.1.tar.bz2"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user