[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 13:08:57 UTC 2012


    Date: Saturday, February 25, 2012 @ 08:08:57
  Author: pierre
Revision: 151291

upgpkg: pam_ldap 186-1

upstream update

Modified:
  pam_ldap/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 13:01:05 UTC (rev 151290)
+++ PKGBUILD	2012-02-25 13:08:57 UTC (rev 151291)
@@ -1,18 +1,19 @@
 # $Id$
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Comete <la_comete at tiscali.fr>
+
 pkgname=pam_ldap
-pkgver=185
+pkgver=186
 pkgrel=1
 pkgdesc="LDAP authentication module for the PAM framework"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.padl.com/OSS/pam_ldap.html"
 license=('LGPL')
-depends=('libldap>=2.4.22' 'pam')
-backup=(etc/pam_ldap.conf)
-options=(!makeflags)
-source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('639260f0c81d57a6fcbd1cb47dd6c5e7')
+depends=('libldap' 'pam')
+backup=('etc/pam_ldap.conf')
+options=('!makeflags')
+source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('58c8689921c5c4578363438acd8503c2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,6 +21,10 @@
       --with-ldap-conf-file=/etc/pam_ldap.conf \
       --mandir=/usr/share/man
   PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   mv "${pkgdir}/etc/ldap.conf" "${pkgdir}/etc/pam_ldap.conf"
 }




More information about the arch-commits mailing list