]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - pkgs/libdaemon/libdaemon.nm
Change file layout of the makefiles.
[people/amarx/ipfire-3.x.git] / pkgs / libdaemon / libdaemon.nm
index b5186e463985c511011bbfcbd2a928e155658bb2..6a15149640a93d6c468d31170b46255f0c6cdc65 100644 (file)
@@ -1,47 +1,34 @@
 ###############################################################################
-#                                                                             #
-# 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       = libdaemon
-PKG_VER        = 0.14
-PKG_REL        = 1
+name       = libdaemon
+version    = 0.14
+release    = 1
 
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Libraries
-PKG_URL        = http://0pointer.de/lennart/projects/libdaemon/
-PKG_LICENSE    = LGPLv2+
-PKG_SUMMARY    = Library for writing UNIX daemons.
+groups     = System/Libraries
+url        = http://0pointer.de/lennart/projects/libdaemon/
+license    = LGPLv2+
+summary    = Library for writing UNIX daemons.
 
-define PKG_DESCRIPTION
+description
        libdaemon is a lightweight C library which eases the writing of UNIX daemons.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-PKG_PACKAGES  += $(PKG_NAME)-devel
-
-CONFIGURE_OPTIONS += \
-       --bindir=/bin \
-       --mandir=/usr/share/man
+end
+
+source_dl  =
+
+build
+       configure_options += \
+               --bindir=/bin \
+               --mandir=/usr/share/man
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end