]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/openldap/openldap.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / openldap / openldap.nm
index 77bf1b31a984c001a0d3dafe41bf738716b75727..028ca96e20f5cec27a1f8598cca6bd5f42340c84 100644 (file)
@@ -1,98 +1,96 @@
 ###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-###############################################################################
-# Definitions
-###############################################################################
-
-include $(PKGROOT)/Include
-
-PKG_NAME       = openldap
-PKG_VER        = 2.4.25
-PKG_REL        = 2
+name       = openldap
+version    = 2.4.25
+release    = 2
 
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Daemons
-PKG_URL        = http://www.openldap.org/
-PKG_LICENSE    = OpenLDAP
-PKG_SUMMARY    = LDAP support libraries.
+groups     = System/Daemons
+url        = http://www.openldap.org/
+license    = OpenLDAP
+summary    = LDAP support libraries.
 
-PKG_BUILD_DEPS+= db4-devel cyrus-sasl-devel groff libtool libtool-devel \
-       openssl-devel pth-devel
-
-define PKG_DESCRIPTION
-       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 \
+description
+       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
+end
 
-PKG_TARBALL    = $(THISAPP).tgz
+source_dl  =
+sources    = %{thisapp}.tgz
 
-PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+build
+       requires
+               db4-devel
+               cyrus-sasl-devel
+               groff
+               libtool
+               libtool-devel
+               openssl-devel
+               pth-devel
+       end
 
-CONFIGURE_OPTIONS += \
-       --libexecdir=/usr/lib \
-       --sysconfdir=/etc \
-       --localstatedir=/var \
-       --with-threads=posix \
-       --disable-perl \
-       --enable-dynamic \
-       --enable-crypt \
-       --enable-modules \
-       --enable-rlookups \
-       --enable-backends=mod \
-       --enable-overlays=mod \
-       --enable-sql=no \
-       --enable-ndb=no \
-       --disable-static
+       configure_options += \
+               --libexecdir=/usr/lib \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --with-threads=posix \
+               --disable-perl \
+               --enable-dynamic \
+               --enable-crypt \
+               --enable-modules \
+               --enable-rlookups \
+               --enable-backends=mod \
+               --enable-overlays=mod \
+               --enable-sql=no \
+               --enable-ndb=no \
+               --disable-static
 
 # Doens't seem to work in chroot.
-#define STAGE_TEST
-#      cd $(DIR_APP) && make check
+#define test
+#      cd %{DIR_APP} && make check
 #endef
 
-define STAGE_INSTALL_CMDS
-       mv -v $(BUILDROOT)/usr/lib/slapd $(BUILDROOT)/usr/sbin/slapd
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapacl
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapadd     
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapauth
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapcat
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapdn
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapindex
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slappasswd
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slapschema
-       ln -svf slapd $(BUILDROOT)/usr/sbin/slaptest
+       install_cmds
+               mv -v %{BUILDROOT}/usr/lib/slapd %{BUILDROOT}/usr/sbin/slapd
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapacl
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapadd
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapauth
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapcat
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapdn
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapindex
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slappasswd
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slapschema
+               ln -svf slapd %{BUILDROOT}/usr/sbin/slaptest
+
+               rm -rvf %{BUILDROOT}/var/openldap-data
+
+               for LINK in lber ldap ldap_r; do
+                       chmod -v 0755 %{BUILDROOT}/usr/lib/$(readlink %{BUILDROOT}/usr/lib/lib${LINK}.so)
+               done
+
+               # Install configuration
+               mkdir -pv %{BUILDROOT}/etc/%{name}
+               cp -vf %{DIR_SOURCE}/slapd.conf %{BUILDROOT}/etc/%{name}/slapd.conf
 
-       rm -rvf $(BUILDROOT)/var/openldap-data
+               mkdir -pv %{BUILDROOT}/var/lib/ldap
+               chmod 700 -Rv %{BUILDROOT}/var/lib/ldap
+       end
+end
 
-       for LINK in lber ldap ldap_r; do \
-               chmod -v 0755 $(BUILDROOT)/usr/lib/$$(readlink $(BUILDROOT)/usr/lib/lib$${LINK}.so); \
-       done
+packages
+       package %{name}
 
-       # Install configuration
-       -mkdir -pv $(BUILDROOT)/etc/$(PKG_NAME)
-       cp -vf $(DIR_SOURCE)/slapd.conf $(BUILDROOT)/etc/$(PKG_NAME)/slapd.conf
+       package %{name}-libs
+               template LIBS
+       end
 
-       -mkdir -pv $(BUILDROOT)/var/lib/ldap
-       chmod 700 -Rv $(BUILDROOT)/var/lib/ldap
-endef
+       package %{name}-devel
+               template DEVEL
+       end
+end