php-tidy: dropped

This commit is contained in:
Juergen Daubert 2017-02-20 14:22:09 +01:00
parent 6196f5b0df
commit f78e5d7fe1
4 changed files with 0 additions and 41 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/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

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
RWSagIOpLGJF35E6oHrUQOvLnLGteMSyrsSFDG08ZQJ4YSiwhzSk3fhCCbLTLMqmgzr/aCF6nk022DiblmSb0N5RSM1kEvAIHAw=
SHA256 (Pkgfile) = b4a6b80a9b6e87dd5c47f1a27a507ad47ccffe0e2d2e1d1441445ee5eabe13f2
SHA256 (.footprint) = 81fda9534366f30262e99bb9122c98e55f00a6583eacffda8fdae01bd435fd67
SHA256 (php-5.6.28.tar.xz) = 07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11

View File

@ -1,26 +0,0 @@
# Description: Tidy module for PHP
# URL: http://www.php.net
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: php tidy
name=php-tidy
version=5.6.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
}