diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-15 16:40:14 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-15 17:02:20 +0300 |
commit | f0d3120de37a7197f4793bb3bd86108f03aebc62 (patch) | |
tree | df3ae47fc2763a75a3fd62733a6b5fea167fa5a8 /testing | |
parent | e5f52669c941f554142f4f5d2b39c35c0342302a (diff) | |
download | aports-f0d3120de37a7197f4793bb3bd86108f03aebc62.tar.bz2 aports-f0d3120de37a7197f4793bb3bd86108f03aebc62.tar.xz |
testing/php7-igbinary: move to community, modernize
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-igbinary/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/php7-igbinary/APKBUILD b/testing/php7-igbinary/APKBUILD deleted file mode 100644 index 1a4084a330..0000000000 --- a/testing/php7-igbinary/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Andy Postnikov <apostnikov@gmail.com> -# Maintainer: Andy Postnikov <apostnikov@gmail.com> - -pkgname=php7-igbinary -_pkgreal=igbinary -pkgver=2.0.7 -pkgrel=0 -pkgdesc="Igbinary is a drop in replacement for the standard php serializer" -url="https://pecl.php.net/package/igbinary" -arch="all" -license="BSD-3-Clause" -depends="" -makedepends="autoconf php7-dev" -source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" -builddir="$srcdir/$_pkgreal-$pkgver" - -build() { - cd "$builddir" - phpize7 - ./configure \ - --prefix=/usr \ - --with-php-config=/usr/bin/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/$_pkgreal.ini -} - -sha512sums="216a622f8421f4e2140d5ef8250b66b2b536a7de6c236c6f62938ea49abc264c6c23cf0b41dd954bb89a03ff83fc4d6c7209386a2b05bf523f6312a6c16e1f0a igbinary-2.0.7.tgz" |