forked from ports/contrib
php-tidy: initial commit version 5.5.28
This commit is contained in:
parent
06e185f52c
commit
8f806ebcdb
9
php-tidy/.footprint
Normal file
9
php-tidy/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
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/tidy.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/tidy.so
|
1
php-tidy/.md5sum
Normal file
1
php-tidy/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
d0caf908b129f2538d942d756c4cb04e php-5.5.28.tar.xz
|
25
php-tidy/Pkgfile
Normal file
25
php-tidy/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Description: Tidy module for PHP
|
||||
# URL: http://www.php.net
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on: php tidy
|
||||
|
||||
name=php-tidy
|
||||
version=5.5.28
|
||||
release=1
|
||||
source=(http://www.php.net/distributions/php-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd php-$version
|
||||
|
||||
./configure \
|
||||
--disable-all \
|
||||
--with-${name#*-}=shared,/usr
|
||||
make build-modules
|
||||
|
||||
install -d $PKG/etc/php/conf.d
|
||||
for i in modules/*.so; do
|
||||
install -D -m755 $i $PKG/usr/lib/php/extensions/${i##*/}
|
||||
echo extension=/usr/lib/php/extensions/${i##*/} >> $PKG/etc/php/conf.d/${name#php-}.ini
|
||||
done
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user