]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added addintional information to lfs/nss_ldap.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 24 Jun 2009 18:20:53 +0000 (20:20 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 24 Jun 2009 18:20:53 +0000 (20:20 +0200)
lfs/nss_ldap

index 135007feb49261710cb0ced2b015b0a66139e0b6..0e6c6444775a4834b1c55e84d14a6af8ee0695c2 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = nss_ldap
 PKG_VER    = 262
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,25 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Base
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = LGPLv2+
+URL        = http://www.padl.com/
+SHORT_DES  = NSS library and PAM module for LDAP.
+
+define LONG_DESC
+       This package includes two LDAP access clients: nss_ldap and \
+       pam_ldap. Nss_ldap is a set of C library extensions that allow \
+       X.500 and LDAP directory servers to be used as a primary source \
+       of aliases, ethers, groups, hosts, networks, protocol, users, \
+       RPCs, services, and shadow passwords.
+endef
 
 ###############################################################################
 # Top-level Rules