php-bcmath: dropped

This commit is contained in:
Juergen Daubert 2017-02-20 14:21:41 +01:00
parent 70aa7b6e0d
commit 6196f5b0df
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/bcmath.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/bcmath.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
RWSagIOpLGJF3yun5O31VQRFdWkJP9L51kFCT4VoCDMiNO5XIabOAMFHNTRqeOudWZ8In2ueCJxtnKAy47LNJaDq9ieb0z5nmQY=
SHA256 (Pkgfile) = ab5c310246de9e975e205e7d0eb4b622a5eabb5afd0b4b0c9c18e5774e026812
SHA256 (.footprint) = b3e44d4548a4df9069a9ed31e5bcf0c24b468243d13c29c88a6f390546f5e060
SHA256 (php-5.6.28.tar.xz) = 07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11

View File

@ -1,22 +0,0 @@
# Description: BC Math 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:
name=php-bcmath
version=5.6.28
release=1
source=(http://www.php.net/distributions/php-$version.tar.xz)
build() {
cd php-$version
./configure --disable-all \
--enable-bcmath=shared,/usr
make build-modules
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
install -m 755 modules/bcmath.so $PKG/usr/lib/php/extensions
echo "extension=bcmath.so" > $PKG/etc/php/conf.d/bcmath.ini
}