aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2018-03-21 02:51:41 +0100
committerAndy Postnikov <apostnikov@gmail.com>2018-03-31 01:51:44 +0300
commit1489b024a895cfafd987b92e74e42d9cea137ef9 (patch)
treed8e20e5a2340c0e15b41a9fbb71533eed0c8585b /testing
parent1949387725c4b19b6db872e3297a4ff691476ed6 (diff)
downloadaports-1489b024a895cfafd987b92e74e42d9cea137ef9.tar.bz2
aports-1489b024a895cfafd987b92e74e42d9cea137ef9.tar.xz
testing/php7-libsodium: remove
libsodium is now an official extension and thus is part of the php7 package.
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-libsodium/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/php7-libsodium/APKBUILD b/testing/php7-libsodium/APKBUILD
deleted file mode 100644
index c960aa50fa..0000000000
--- a/testing/php7-libsodium/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
-# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
-pkgname=php7-libsodium
-_pkgreal=libsodium
-pkgver=2.0.10
-pkgrel=0
-pkgdesc="A simple, low-level PHP extension for libsodium"
-url="http://pecl.php.net/package/$_pkgreal"
-arch="all"
-license="PHP"
-makedepends="php7-dev autoconf libsodium-dev"
-source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- cd "$builddir"
-
- phpize7
- ./configure --prefix=/usr --with-php-config=php-config7
- make
-}
-
-check() {
- cd "$builddir"
-
- make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
-}
-
-package() {
- cd "$builddir"
-
- make INSTALL_ROOT="$pkgdir"/ install
- install -d "$pkgdir"/etc/php7/conf.d
- echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini
-}
-
-sha512sums="1d24a107f1527ccd1a59924e9af9ce600b9acd124af3e28cb59edd9b40d74dee0519e28b6bc4a71c695ba0ddea9175259da049e5854a09be5d50c7e1ee7268a4 libsodium-2.0.10.tgz"