mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
25
dev-lang/php/php-5.3.4.recipe
Normal file
25
dev-lang/php/php-5.3.4.recipe
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="php - hypertext preprocessor"
|
||||
HOMEPAGE="http://www.php.net"
|
||||
SRC_URI="http://php.net/distributions/php-5.3.4.tar.bz2"
|
||||
CHECKSUM_MD5="2c069d8f690933e3bf6a8741ed818150"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-libs/libpcre >= 8.00"
|
||||
BUILD()
|
||||
{
|
||||
cd php-5.3.4
|
||||
cat $(aclocal --print-ac-dir)/libtool.m4 > build/libtool.m4
|
||||
autoreconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared --enable-static
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd php-5.3.4
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2001-2010 PHP Group"
|
||||
LICENSE="PHP License v3.01"
|
||||
|
||||
Reference in New Issue
Block a user