diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-31 13:19:04 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-31 13:19:04 +0000 |
commit | 0ad0ddf04866e53b7ae7d32825132af0d3438e68 (patch) | |
tree | 2a360e033e8c22af8c6f469bd9528a8664fffd8b /packages/php/php.inc | |
parent | 7ac5c78cc557fb33f6fb5626a756b3f4f4b57ece (diff) | |
parent | 3a2ff6c671cec5287418f20398f111097f95dd9b (diff) |
merge of '723287caa1b0cd2e362ab6dd69f9e8db2eaca821'
and '7c64c197c0b8e2b8661ee6bd11dbca6873ccb812'
Diffstat (limited to 'packages/php/php.inc')
-rw-r--r-- | packages/php/php.inc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/php/php.inc b/packages/php/php.inc index 6e2c26585a..321034bee7 100644 --- a/packages/php/php.inc +++ b/packages/php/php.inc @@ -1,10 +1,12 @@ -SECTION = "console/network" DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI." +HOMEPAGE = "http://www.php.net" +SECTION = "console/network" LICENSE = "PHP" -SRC_URI = "http://de3.php.net/distributions/php-${PV}.tar.bz2 \ - file://${FILESDIR}/autotools.patch;patch=1 \ - file://${FILESDIR}/pear.patch;patch=1" -S = "${WORKDIR}/php-${PV}" +DEPENDS = "zlib libxml2 mysql virtual/libiconv php-native" + +SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2\ + file://autotools.patch;patch=1 \ + file://acinclude-xml2-config.patch;patch=1" inherit autotools |