diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/php-pear-auth_sasl | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/php-pear-auth_sasl')
-rw-r--r-- | unmaintained/php-pear-auth_sasl/APKBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/unmaintained/php-pear-auth_sasl/APKBUILD b/unmaintained/php-pear-auth_sasl/APKBUILD new file mode 100644 index 0000000000..69400b2b0b --- /dev/null +++ b/unmaintained/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" |