[arch-commits] CVS update of extra/system/nss_ldap (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Oct 1 17:11:53 UTC 2007
Date: Monday, October 1, 2007 @ 13:11:53
Author: jgc
Path: /home/cvs-extra/extra/system/nss_ldap
Modified: PKGBUILD (1.13 -> 1.14)
upgpkg: nss_ldap 257-1
Build with heimdal 1.0.1
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Index: extra/system/nss_ldap/PKGBUILD
diff -u extra/system/nss_ldap/PKGBUILD:1.13 extra/system/nss_ldap/PKGBUILD:1.14
--- extra/system/nss_ldap/PKGBUILD:1.13 Tue Jul 10 20:07:09 2007
+++ extra/system/nss_ldap/PKGBUILD Mon Oct 1 13:11:52 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.13 2007/07/11 00:07:09 eric Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/01 17:11:52 jgc Exp $
# Maintainer: Paul Mattal <paul at archlinux.org>
# Contributor: Comete <la_comete at tiscali.fr>
pkgname=nss_ldap
-pkgver=256
+pkgver=257
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"
license=('LGPL')
-depends=('libldap' 'heimdal>=0.8.1')
+depends=('libldap>=2.3.38' 'heimdal>=1.0.1')
backup=("etc/$pkgname.conf")
source=(http://www.padl.com/download/$pkgname-$pkgver.tar.gz)
-md5sums=('328740a6aafb0e27a54bb54c2c6b2e9e')
+md5sums=('8b9c3d91c67ba05d4135f042dd9a35f2')
build() {
cd $startdir/src/$pkgname-$pkgver || return 1
@@ -24,8 +24,5 @@
make || return 1
mkdir -p $startdir/pkg/lib || return 1
make DESTDIR=$startdir/pkg install || return 1
-# mv $startdir/pkg/etc/ldap.conf $startdir/pkg/etc/$pkgname.conf || return 1
mv $startdir/pkg/man $startdir/pkg/usr || return 1
}
-
-#
More information about the arch-commits
mailing list