1
0
forked from ports/contrib

php-xsl: dropped

This commit is contained in:
Juergen Daubert 2017-02-20 14:22:44 +01:00
parent f78e5d7fe1
commit 2487aefc4d
4 changed files with 0 additions and 39 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/php/
drwxr-xr-x root/root etc/php/conf.d/
-rw-r--r-- root/root etc/php/conf.d/xsl.ini
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/php/
drwxr-xr-x root/root usr/lib/php/extensions/
-rwxr-xr-x root/root usr/lib/php/extensions/xsl.so

View File

@ -1 +0,0 @@
1e01c66b2e67ab3b56a6180ee560fe4c php-5.6.28.tar.xz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32a5Vlllar0HIyW0/vEI7VIZugIhotJBcSHWLwzldRWa4VrGC9KYazUbAHWnf5f8zfXrCvbQ7B0t1arzjTVFlQM=
SHA256 (Pkgfile) = 6489c2eaf95d9bf8a1903c0200f135457cac560c1bffae604a5e7be86a498b1c
SHA256 (.footprint) = b1e429f5d6c7ddf8aa74707484ba98086adc8ac65cdfc011870eb62d2c6c3ccf
SHA256 (php-5.6.28.tar.xz) = 07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11

View File

@ -1,24 +0,0 @@
# Description: Implements the XSL standard, performing XSLT transformations using the libxslt library
# 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.6.28
release=1
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
make build-modules
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
install -m 755 modules/xsl.so $PKG/usr/lib/php/extensions
echo "extension=xsl.so" > $PKG/etc/php/conf.d/xsl.ini
}