From 28b490f15af5fd88242edfe611d3f792ba9b425d Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Fri, 20 Nov 2015 18:22:53 +0200 Subject: testing/php-pear-auth_sasl: new aport --- testing/php-pear-auth_sasl/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testing/php-pear-auth_sasl/APKBUILD (limited to 'testing/php-pear-auth_sasl') diff --git a/testing/php-pear-auth_sasl/APKBUILD b/testing/php-pear-auth_sasl/APKBUILD new file mode 100644 index 0000000000..69400b2b0b --- /dev/null +++ b/testing/php-pear-auth_sasl/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Valery Kartel +# Maintainer: Valery Kartel +pkgname=php-pear-auth_sasl +_pkgreal=Auth_SASL +pkgver=1.0.6 +pkgrel=0 +pkgdesc="Abstraction of various SASL mechanism responses" +url="http://pear.php.net/package/$_pkgreal" +arch="noarch" +license="PHP" +depends="php-pear" +depends_dev="" +makedepends="$depends_dev php-pear" +install="" +subpackages="" +source="http://download.pear.php.net/package/$_pkgreal-$pkgver.tgz" + +_builddir="$srcdir"/$_pkgreal-$pkgver + +package() { + cd "$_builddir" + install -d "$pkgdir"/usr/share/pear + mv Auth "$pkgdir"/usr/share/pear + find "$pkgdir"/usr/share/pear -name *.php -exec chmod -x {} \; +} + +md5sums="75792cb080b66c3ed942c793ce977b09 Auth_SASL-1.0.6.tgz" +sha256sums="92928ebfb67b0c108956f354ecc1b9859d05a7659d7f49c9b26a8c23a96662da Auth_SASL-1.0.6.tgz" +sha512sums="af1376ba54349ee3cba9e1cacfaf33fff96ac4eb45682447e1b5862136c774e1737d2206341264bf4d74ad4203e8d465407fdcd5c23670e40eed4678864030cb Auth_SASL-1.0.6.tgz" -- cgit v1.2.3