php-mcrypt: dropped

This commit is contained in:
Juergen Daubert 2017-02-20 14:23:31 +01:00
parent 2487aefc4d
commit d4812f7000
4 changed files with 0 additions and 37 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/mcrypt.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/mcrypt.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
RWSagIOpLGJF30IbssEoX2wv5zMfTbtdGKTlTno3TgUCeaAM9Ychj2abAJkjDnFqslP1UfMrmmiRte9ueorhk1saDhXB7oFMVQg=
SHA256 (Pkgfile) = 9fe44f3c873c8d36e0ae73d39b9d96ecc31cc3ad1be0688a55de62a06706f9ce
SHA256 (.footprint) = 0474d721e5a02756b0fe6cfb967e4e1a0698be055828c4b70b65be9436875439
SHA256 (php-5.6.28.tar.xz) = 07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11

View File

@ -1,22 +0,0 @@
# Description: MCrypt module for php
# URL: http://www.php.net
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: libmcrypt
name=php-mcrypt
version=5.6.28
release=1
source=(http://www.php.net/distributions/php-$version.tar.xz)
build() {
cd php-$version
./configure --disable-all \
--with-mcrypt=shared,/usr
make build-modules
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
install -m 755 modules/mcrypt.so $PKG/usr/lib/php/extensions
echo "extension=mcrypt.so" > $PKG/etc/php/conf.d/mcrypt.ini
}