aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-maxminddb
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-24 14:17:14 +0200
committerAndy Postnikov <apostnikov@gmail.com>2020-04-25 01:41:02 +0000
commit101ca60980b8d01447213b9e2ba6fb1b19739496 (patch)
treed620ee878bd1a2a70dabe576d131ffea245e80c6 /testing/php7-maxminddb
parent67b4ef65d4c4d93a4e554aa8a76f17a3fcabce3e (diff)
downloadaports-101ca60980b8d01447213b9e2ba6fb1b19739496.tar.bz2
aports-101ca60980b8d01447213b9e2ba6fb1b19739496.tar.xz
community/php7-maxminddb: move from testing
Diffstat (limited to 'testing/php7-maxminddb')
-rw-r--r--testing/php7-maxminddb/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/php7-maxminddb/APKBUILD b/testing/php7-maxminddb/APKBUILD
deleted file mode 100644
index 49ec624d9c..0000000000
--- a/testing/php7-maxminddb/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: TBK <alpine@jjtc.eu>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=php7-maxminddb
-_pkgreal=MaxMind-DB-Reader-php
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="PHP7 MaxMind DB Reader extension"
-url="https://github.com/maxmind/MaxMind-DB-Reader-php"
-arch="all"
-license="Apache-2.0"
-depends="php7-bcmath"
-makedepends="libmaxminddb-dev php7-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/maxmind/MaxMind-DB-Reader-php/archive/v$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgreal-$pkgver/ext
-
-build() {
- phpize7
- ./configure --prefix=/usr \
- --with-php-config=/usr/bin/php-config7
- make
-}
-
-check() {
- make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
-}
-
-package() {
- make INSTALL_ROOT="$pkgdir/" install
-
- local confdir="$pkgdir/etc/php7/conf.d"
- install -d $confdir
- echo "extension=maxminddb.so" > $confdir/maxminddb.ini
-}
-
-sha512sums="e8c0ccf2cfcedf7527b4e3f858d2ed0e70add60692fff4a65f08e5cb885516b7c2a3ceaa3c21713369cd8ffca2b671d764063236de1d729cfc5173f7d5dd4607 php7-maxminddb-1.6.0.tar.gz"