wok diff php/receipt @ rev 6958
opentyrian-classic: Remove . /etc/tazwok.conf
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Oct 26 12:56:43 2010 +0200 (2010-10-26) |
parents | 49e501a55595 |
children | 60c1bda82730 |
line diff
1.1 --- a/php/receipt Sat Jul 10 09:37:09 2010 +0200 1.2 +++ b/php/receipt Tue Oct 26 12:56:43 2010 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php" 1.7 -VERSION="5.2.11" 1.8 +VERSION="5.2.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PHP web programming language." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="php-common lighttpd zlib libxml2 sqlite" 1.13 -BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev mysql-dev net-snmp-dev \ 1.14 +BUILD_DEPENDS="sqlite-dev libxml2-dev zlib zlib-dev libmysqlclient mysql-dev net-snmp-dev \ 1.15 postgresql postgresql-dev gettext openssl-dev apache-dev apache apr-util-dev \ 1.16 -c-client mhash mhash-dev libpng libpng-dev unixODBC-dev openldap-dev libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev" 1.17 +c-client mhash mhash-dev libpng libpng-dev libunixODBC unixODBC-dev openldap-dev libldap apr-dev libmcrypt-dev curl curl-dev cyrus-sasl-dev perl pkg-config jpeg-dev jpeg" 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 WEB_SITE="http://www.php.net/" 1.20 WGET_URL="http://us2.php.net/distributions/$TARBALL"