diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-12-08 19:22:30 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-12-08 19:22:30 +0100 |
commit | 4e8b76645bd9c8c4ddf5d97a078189b6f0692c89 (patch) | |
tree | fc674c63481997918827331fb845d22ade1b8b3d /community/php7-apcu | |
parent | 40b10f253b1e8e141e7e2898746965b4d3ef124a (diff) | |
download | aports-4e8b76645bd9c8c4ddf5d97a078189b6f0692c89.tar.bz2 aports-4e8b76645bd9c8c4ddf5d97a078189b6f0692c89.tar.xz |
community/php7-apcu: improve abuild
Diffstat (limited to 'community/php7-apcu')
-rw-r--r-- | community/php7-apcu/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/php7-apcu/APKBUILD b/community/php7-apcu/APKBUILD index d9012d4050..de1442b5dc 100644 --- a/community/php7-apcu/APKBUILD +++ b/community/php7-apcu/APKBUILD @@ -4,17 +4,15 @@ pkgname=php7-apcu _pkgreal=apcu # release 5 is php7+ pkgver=5.1.7 -_pkgver=${pkgver/_rc/RC} pkgrel=0 pkgdesc="PHP extension APC User Cache" url="http://pecl.php.net/package/$_pkgreal" arch="all" license="PHP" depends="" -pecldepends="php7-dev autoconf" -makedepends="$pecldepends pcre-dev" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" -builddir="$srcdir"/$_pkgreal-$_pkgver +makedepends="pcre-dev php7-dev autoconf" +source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { cd "$builddir" |