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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 6 10:18:07 UTC 2011


    Date: Sunday, February 6, 2011 @ 05:18:06
  Author: andyrtr
Revision: 109106

upgpkg: nss_ldap 265-1
upstream update 265

Modified:
  nss_ldap/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-06 10:03:26 UTC (rev 109105)
+++ PKGBUILD	2011-02-06 10:18:06 UTC (rev 109106)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Comete <la_comete at tiscali.fr>
+
 pkgname=nss_ldap
-pkgver=264
-pkgrel=2
+pkgver=265
+pkgrel=1
 pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories."
 arch=(i686 x86_64)
 url="http://www.padl.com/OSS/nss_ldap.html"
@@ -11,7 +12,7 @@
 depends=('libldap>=2.4.18' 'heimdal>=1.2.1')
 backup=("etc/nss_ldap.conf")
 source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eebab40c6ce2f54e5c377b4895c0c93a')
+md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,7 +23,11 @@
        --mandir=/usr/share/man \
        --enable-schema-mapping \
        --enable-rfc2307bis \
-       --enable-configurable-krb5-ccname-gssapi || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+       --enable-configurable-krb5-ccname-gssapi
+  env PATH=`pwd`:"$PATH" make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list