diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2018-12-21 22:35:39 +0200 |
|---|---|---|
| committer | Andy Postnikov <apostnikov@gmail.com> | 2018-12-22 22:43:55 +0200 |
| commit | 4fb55cb0dfd9ac23a9a0be1aa36f8c609c25b4af (patch) | |
| tree | d06eaa5091124e5e3fff8ae44a10f8c528bb4c10 /testing | |
| parent | 6d28819ff2bde0c18a218fbc568f66f26e8a3a5b (diff) | |
| download | aports-4fb55cb0dfd9ac23a9a0be1aa36f8c609c25b4af.tar.bz2 aports-4fb55cb0dfd9ac23a9a0be1aa36f8c609c25b4af.tar.xz | |
testing/php7-pecl-lzf: renamed from php7-lzf, modernize
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/php7-pecl-lzf/APKBUILD (renamed from testing/php7-lzf/APKBUILD) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/testing/php7-lzf/APKBUILD b/testing/php7-pecl-lzf/APKBUILD index 7c8253f972..69678d60c4 100644 --- a/testing/php7-lzf/APKBUILD +++ b/testing/php7-pecl-lzf/APKBUILD @@ -1,18 +1,20 @@ # Contributor: Fabio Ribeiro <fabiorphp@gmail.com> # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> -pkgname=php7-lzf +pkgname=php7-pecl-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" +pkgdesc="PHP extension handles LZF de/compression - PECL" +url="https://pecl.php.net/package/LZF" arch="all" license="PHP" -depends="" -makedepends="php7-dev autoconf" +depends="php7-common" +makedepends="php7-dev autoconf re2c" source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" builddir="$srcdir"/$_pkgreal-$pkgver +provides="php7-lzf=$pkgver-r$pkgrel" # for backward compatibility +replaces="php7-lzf" # for backward compatibility build() { cd "$builddir" |
