aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-lzf
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-12-21 22:35:39 +0200
committerAndy Postnikov <apostnikov@gmail.com>2018-12-22 22:43:55 +0200
commit4fb55cb0dfd9ac23a9a0be1aa36f8c609c25b4af (patch)
treed06eaa5091124e5e3fff8ae44a10f8c528bb4c10 /testing/php7-lzf
parent6d28819ff2bde0c18a218fbc568f66f26e8a3a5b (diff)
downloadaports-4fb55cb0dfd9ac23a9a0be1aa36f8c609c25b4af.tar.bz2
aports-4fb55cb0dfd9ac23a9a0be1aa36f8c609c25b4af.tar.xz
testing/php7-pecl-lzf: renamed from php7-lzf, modernize
Diffstat (limited to 'testing/php7-lzf')
-rw-r--r--testing/php7-lzf/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/php7-lzf/APKBUILD b/testing/php7-lzf/APKBUILD
deleted file mode 100644
index 7c8253f972..0000000000
--- a/testing/php7-lzf/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
-# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
-pkgname=php7-lzf
-_pkgreal=LZF
-_pkgextname=lzf
-pkgver=1.6.6
-pkgrel=3
-pkgdesc="This package handles LZF de/compression."
-url="https://pecl.php.net/package/$_pkgreal"
-arch="all"
-license="PHP"
-depends=""
-makedepends="php7-dev autoconf"
-source="https://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=$_pkgextname.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini
-}
-
-sha512sums="a049ce5df065eb9c4d3046822f659f929ff4f270c4d80c5d0bcd44679d69524e7ee23e98931fca9f36a566ae023827eb47b66ce651ce6d0f6fbe0643692e7ef4 LZF-1.6.6.tgz"