~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/php-pear-auth_sasl: new aport

Details
Message ID
<1448036573-1378-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1448036573
DKIM signature
missing
Download raw message
Patch: +29 -0
---
 testing/php-pear-auth_sasl/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/php-pear-auth_sasl/APKBUILD

diff --git a/testing/php-pear-auth_sasl/APKBUILD b/testing/php-pear-auth_sasl/APKBUILD
new file mode 100644
index 0000000..69400b2
--- /dev/null
+++ b/testing/php-pear-auth_sasl/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
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"
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)