diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-05 01:32:41 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-05 22:56:10 +0200 |
commit | 1958a7f678c088978c6190cfb53461bb902d4fd6 (patch) | |
tree | 7f0664de65829ce749cccd7d3ca577b9126fa891 /testing/php5-couchbase | |
parent | 5dfce8d7562a53807f2f0166a31e2370be6c947f (diff) | |
download | aports-1958a7f678c088978c6190cfb53461bb902d4fd6.tar.bz2 aports-1958a7f678c088978c6190cfb53461bb902d4fd6.tar.xz |
testing/php-couchbase: merge php5/php7-couchbase into single abuild
Diffstat (limited to 'testing/php5-couchbase')
-rw-r--r-- | testing/php5-couchbase/APKBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/php5-couchbase/APKBUILD b/testing/php5-couchbase/APKBUILD deleted file mode 100644 index 7a168b9730..0000000000 --- a/testing/php5-couchbase/APKBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: Nathan Johnson <nathan@nathanjohnson.info> -# Maintainer: Nathan Johnson <nathan@nathanjohnson.info> -pkgname=php5-couchbase -_pkgreal=couchbase -replaces=php-couchbase -replaces_priority=1 -pkgver=2.2.3 -pkgrel=0 -pkgdesc="PHP extension couchbase" -url="http://pecl.php.net/package/$_pkgreal" -arch="all" -license="ASL 2.0" -depends="" -pecldepends="php5-dev autoconf" -makedepends="$pecldepends libcouchbase-dev zlib-dev" -source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" -builddir="$srcdir/$_pkgreal-$pkgver" - -build() { - cd "$builddir" - phpize || return 1 - ./configure --prefix=/usr || return 1 - make || return 1 - make test || return 1 -} - -package() { - cd "$builddir" - make INSTALL_ROOT="$pkgdir"/ install || return 1 - install -d "$pkgdir"/etc/php5/conf.d || return 1 - echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php5/conf.d/$_pkgreal.ini -} - -md5sums="f58ee1596ade978832f033f2e1662579 couchbase-2.2.3.tgz" -sha256sums="5c998e9c98e51a783a5d74ec36aa6ac740a4a958dd8c206ed9e9d1580234907f couchbase-2.2.3.tgz" -sha512sums="d1feeb33a8ce450919731d17f84b170eaa68da104cedfe8ffa56f4e2e6062e250077d00babaca4872cc5bf271509daee2ca83e35cfb4b8ceef4b402cc20c1bf3 couchbase-2.2.3.tgz" |