aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2017-10-23 09:35:37 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-26 09:37:53 +0000
commit1c5a2d129679082f026871113b0feda8c7e157c5 (patch)
tree08fbfc02b9a046ea678b3b21347baf89de98795f /testing
parenta9d53b9ca35bf5043b3a395bc70f3918092985ce (diff)
downloadaports-1c5a2d129679082f026871113b0feda8c7e157c5.tar.bz2
aports-1c5a2d129679082f026871113b0feda8c7e157c5.tar.xz
community/php7-ssh2: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-ssh2/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/php7-ssh2/APKBUILD b/testing/php7-ssh2/APKBUILD
deleted file mode 100644
index 0ea2188601..0000000000
--- a/testing/php7-ssh2/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Andy Postnikov <apostnikov@gmail.com>
-# Maintainer: Andy Postnikov <apostnikov@gmail.com>
-pkgname=php7-ssh2
-_pkgreal=ssh2
-pkgver=1.1.2
-pkgrel=0
-pkgdesc="PHP extension provide bindings for the libssh2 library"
-url="http://pecl.php.net/package/ssh2"
-arch="all"
-license="PHP"
-depends=""
-pecldepends="php7-dev autoconf"
-makedepends="$pecldepends libssh2-dev"
-source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- cd "$builddir"
-
- phpize7 || return 1
- ./configure --prefix=/usr --with-php-config=php-config7 || return 1
- make || return 1
-}
-
-package() {
- cd "$builddir"
-
- make INSTALL_ROOT="$pkgdir/" install || return 1
-
- install -d "$pkgdir"/etc/php7/conf.d || return 1
- echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
-}
-
-sha512sums="36793191448745b8a9b3cc628fe9fb431480792c7a2ff0bf2eccd58cda1cf944933be1d301c455d4a6f3dabf7e04ffef248bc402a8ff99bfafcba0deddb25c36 php7-ssh2-1.1.2.tgz"