From: Stefan Schantl Date: Wed, 24 Jun 2009 18:37:21 +0000 (+0200) Subject: Added additional information to lfs/openldap. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092abf076a12ad8fbbe0d5b3d8ae0e3de2035c73;p=ipfire-3.x.git Added additional information to lfs/openldap. --- diff --git a/lfs/openldap b/lfs/openldap index d1eeb5d99..b82b943a9 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -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