php-xsl.paketlendi
This commit is contained in:
parent
a29c84d10f
commit
861b06fbc3
1 changed files with 23 additions and 0 deletions
23
talimatname/genel/php-xsl/talimat
Normal file
23
talimatname/genel/php-xsl/talimat
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Description: libxslt kütüphanesi kullanılarak xslt php uyarlaması
|
||||||
|
# URL: http://www.php.net
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: libxslt
|
||||||
|
|
||||||
|
name=php-xsl
|
||||||
|
version=7.1.3
|
||||||
|
release=1
|
||||||
|
source=(http://www.php.net/distributions/php-$version.tar.bz2)
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue