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

index d1eeb5d99871a6a69ae1c33137e85ee7bc797ee0..b82b943a93a30a927fe9848953bdaa0b4af205b9 100644 (file)
@@ -26,19 +26,34 @@ include Config
 
 PKG_NAME   = openldap
 PKG_VER    = 2.4.16
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tgz
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-BUILD_DEPS =
-DEPS       = berkeley cyrus-sasl openssl pth
-
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Daemons
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       = berkeley cyrus-sasl openssl pth
+
+LICENSE    = OpenLDAP
+URL        = http://www.openldap.org/
+SHORT_DESC = LDAP support libraries
+
+define LONG_DESC
+       OpenLDAP is an open source suite of LDAP (Lightweight Directory Access \
+       Protocol) applications and development tools. LDAP is a set of \
+       protocols for accessing directory services over the Internet, similar \
+       to the way DNS information is propagated over the Internet. The \
+       openldap package contains configuration files, libraries, and \
+       documentation for OpenLDAP.
+endef
 
 CFLAGS    += -D_GNU_SOURCE -D_REENTRANT