[arch-commits] Commit in pear-auth-sasl/repos (community-any community-any/PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed Feb 11 16:40:23 UTC 2015


    Date: Wednesday, February 11, 2015 @ 17:40:23
  Author: spupykin
Revision: 127569

archrelease: copy trunk to community-any

Added:
  pear-auth-sasl/repos/community-any/
  pear-auth-sasl/repos/community-any/PKGBUILD
    (from rev 127568, pear-auth-sasl/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: pear-auth-sasl/repos/community-any/PKGBUILD (from rev 127568, pear-auth-sasl/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-02-11 16:40:23 UTC (rev 127569)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+
+pkgname=pear-auth-sasl
+_pkgname=Auth_SASL
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Abstraction of various SASL mechanism responses"
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('BSD')
+makedepends=('php-pear')
+noextract=(${_pkgname}-$pkgver.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+md5sums=('75792cb080b66c3ed942c793ce977b09')
+
+package() {
+  cd ${srcdir}
+  local _PEARDIR="${pkgdir}/usr/share/pear"
+  local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+  local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+  local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+  pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+  rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}



More information about the arch-commits mailing list