php-xsl: update to 5.6.15

This commit is contained in:
Juergen Daubert 2015-11-05 12:07:51 +01:00
parent dd207cfddf
commit 171b4a8dcb
2 changed files with 10 additions and 9 deletions

View File

@ -1 +1 @@
1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2
c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz

View File

@ -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}