diff --git a/php-xsl/.md5sum b/php-xsl/.md5sum index cd1b2d604..8fa557191 100644 --- a/php-xsl/.md5sum +++ b/php-xsl/.md5sum @@ -1 +1 @@ -1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2 +c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz diff --git a/php-xsl/Pkgfile b/php-xsl/Pkgfile index 57b25f062..05dca41e0 100644 --- a/php-xsl/Pkgfile +++ b/php-xsl/Pkgfile @@ -1,20 +1,21 @@ # Description: Implements the XSL standard, performing XSLT transformations using the libxslt library -# URL: http://www.php.net -# Maintainer: Mikhail Kolesnik, mike at openbunker dot org -# Depends on: libxslt +# URL: http://www.php.net +# Maintainer: Juergen Daubert, jue at crux dot nu +# Packager: Mikhail Kolesnik, mike at openbunker dot org +# Depends on: libxslt name=php-xsl -version=5.5.6 +version=5.6.15 release=1 -source=(http://www.php.net/distributions/php-$version.tar.bz2) +source=(http://www.php.net/distributions/php-$version.tar.xz) build() { cd php-$version ./configure --disable-all \ - --enable-libxml \ - --enable-dom \ - --with-xsl=shared,/usr + --enable-libxml \ + --enable-dom \ + --with-xsl=shared,/usr make build-modules install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}