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

Jan de Groot jgc at archlinux.org
Wed Aug 18 13:07:56 UTC 2010


    Date: Wednesday, August 18, 2010 @ 09:07:56
  Author: jgc
Revision: 87842

upgpkg: pam_ldap 185-1
Update to 185

Modified:
  pam_ldap/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 12:55:44 UTC (rev 87841)
+++ PKGBUILD	2010-08-18 13:07:56 UTC (rev 87842)
@@ -2,24 +2,24 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Comete <la_comete at tiscali.fr>
 pkgname=pam_ldap
-pkgver=184
-pkgrel=3
+pkgver=185
+pkgrel=1
 pkgdesc="LDAP authentication module for the PAM framework"
 arch=(i686 x86_64)
 url="http://www.padl.com/OSS/pam_ldap.html"
 license=('LGPL')
-depends=('libldap>=2.4.18' 'pam')
-backup=("etc/pam_ldap.conf")
-install=
+depends=('libldap>=2.4.22' 'pam')
+backup=(etc/pam_ldap.conf)
+options=(!makeflags)
 source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1b381b5f1ce67fe0a885d9a7c69b93af')
+md5sums=('639260f0c81d57a6fcbd1cb47dd6c5e7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --libdir=/lib \
       --with-ldap-conf-file=/etc/pam_ldap.conf \
-      --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-  mv "${pkgdir}/etc/ldap.conf" "${pkgdir}/etc/pam_ldap.conf" || return 1
+      --mandir=/usr/share/man
+  PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/ldap.conf" "${pkgdir}/etc/pam_ldap.conf"
 }




More information about the arch-commits mailing list