aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/php7-pear-auth_sasl
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-12-16 22:42:47 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-18 19:51:53 +0000
commit34d6671c3b0954c116253244b405fc9581788a95 (patch)
tree922b8b68b47f1c50cb5edb2191b3b97b6614ba7e /unmaintained/php7-pear-auth_sasl
parent4f41af115f2fe395e2de01e5ee07a53dbbfa38a1 (diff)
downloadaports-34d6671c3b0954c116253244b405fc9581788a95.tar.bz2
aports-34d6671c3b0954c116253244b405fc9581788a95.tar.xz
community/roundcubemail: move to unmaintained with all dependencies
Closes #10933
Diffstat (limited to 'unmaintained/php7-pear-auth_sasl')
-rw-r--r--unmaintained/php7-pear-auth_sasl/APKBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/unmaintained/php7-pear-auth_sasl/APKBUILD b/unmaintained/php7-pear-auth_sasl/APKBUILD
new file mode 100644
index 0000000000..4e343417d1
--- /dev/null
+++ b/unmaintained/php7-pear-auth_sasl/APKBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
+_php=php7
+pkgname=${_php}-pear-auth_sasl
+_realname=Auth_SASL
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Abstraction of various SASL mechanism responses"
+url="http://pear.php.net/package/Auth_SASL"
+arch="noarch"
+license="BSD-3-Clause"
+depends="${_php}-pear"
+options="!check" # No testsuite
+source="http://download.pear.php.net/package/$_realname-$pkgver.tgz"
+builddir="$srcdir"/$_realname-$pkgver
+
+package() {
+ _phpdir="usr/share/$_php"
+ install -d "$pkgdir"/$_phpdir/PEAR && \
+ cp -R Auth "$pkgdir"/$_phpdir/PEAR
+}
+
+
+sha512sums="446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40 Auth_SASL-1.1.0.tgz"