~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_sasl2: new aport

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

diff --git a/testing/php-pear-auth_sasl2/APKBUILD b/testing/php-pear-auth_sasl2/APKBUILD
new file mode 100644
index 0000000..3c80c59
--- /dev/null
+++ b/testing/php-pear-auth_sasl2/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=php-pear-auth_sasl2
_pkgreal=Auth_SASL2
pkgver=0.1.0
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="aa105eb20b3ac0fd99b63a2639b0e111  Auth_SASL2-0.1.0.tgz"
sha256sums="55e8c113da0c50180a8e0464ddf5f636a9726e068202e3f99372308d7bf91fe4  Auth_SASL2-0.1.0.tgz"
sha512sums="093378d5b2d150558a7dd957d7eca9ef0c3b5e550cb009b580bc03ab01bff8a5e5d697053cbbc857ce0b55aa811de04264255bca4c0ed53f6fa87557ee8cef6e  Auth_SASL2-0.1.0.tgz"
-- 
2.6.3



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