[arch-commits] CVS update of extra/system/nss_ldap (PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Jul 11 00:07:09 UTC 2007
Date: Tuesday, July 10, 2007 @ 20:07:09
Author: eric
Path: /home/cvs-extra/extra/system/nss_ldap
Modified: PKGBUILD (1.12 -> 1.13)
upgpkg: nss_ldap 256-1
added license
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Index: extra/system/nss_ldap/PKGBUILD
diff -u extra/system/nss_ldap/PKGBUILD:1.12 extra/system/nss_ldap/PKGBUILD:1.13
--- extra/system/nss_ldap/PKGBUILD:1.12 Sat Jun 2 09:47:32 2007
+++ extra/system/nss_ldap/PKGBUILD Tue Jul 10 20:07:09 2007
@@ -1,19 +1,17 @@
-# $Id: PKGBUILD,v 1.12 2007/06/02 13:47:32 tpowa Exp $
+# $Id: PKGBUILD,v 1.13 2007/07/11 00:07:09 eric Exp $
# Maintainer: Paul Mattal <paul at archlinux.org>
# Contributor: Comete <la_comete at tiscali.fr>
pkgname=nss_ldap
-pkgver=253
-pkgrel=2
+pkgver=256
+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"
-depends=(libldap 'heimdal>=0.8.1')
-conflicts=()
-replaces=()
+license=('LGPL')
+depends=('libldap' 'heimdal>=0.8.1')
backup=("etc/$pkgname.conf")
-install=
source=(http://www.padl.com/download/$pkgname-$pkgver.tar.gz)
-md5sums=('e3d37f59402b01c9cbf8f7ee888b3e6a')
+md5sums=('328740a6aafb0e27a54bb54c2c6b2e9e')
build() {
cd $startdir/src/$pkgname-$pkgver || return 1
More information about the arch-commits
mailing list