]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/linux-atm/linux-atm.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / linux-atm / linux-atm.nm
index ff62237a586942842c323516791623b4b50b4c30..9970c2953ee42dfd922c9a8311bc34dea5052f44 100644 (file)
@@ -1,59 +1,51 @@
 ###############################################################################
-#                                                                             #
-# 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       = linux-atm
-PKG_VER        = 2.4.1
-PKG_REL        = 0
-
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Daemons
-PKG_URL        = http://linux-atm.sourceforge.net/
-PKG_LICENSE    = BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT
-PKG_SUMMARY    = Tools to support ATM networking under Linux.
+name       = linux-atm
+version    = 2.4.1
+release    = 1
 
-PKG_BUILD_DEPS+= flex-devel kernel-headers perl
+groups     = System/Daemons
+url        = http://linux-atm.sourceforge.net/
+license    = BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT
+summary    = Tools to support ATM networking under Linux.
 
-define PKG_DESCRIPTION
+description
        This package contains header files and libraries for development \
        using theLinux ATM API.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-PKG_PACKAGES  += $(PKG_NAME)-devel
-
-CONFIGURE_OPTIONS += \
-       --sysconfdir=/etc \
-       --mandir=/usr/share/man
-
-define STAGE_PREPARE_CMDS
-       cd $(DIR_APP) && sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in
-endef
-
-# Fails
-#define STAGE_TEST
-#      cd $(DIR_APP) && make check
-#endef
+end
+
+source_dl  =
+
+build
+       requires
+               flex
+               flex-devel
+               kernel-headers
+               perl
+       end
+
+       configure_options += \
+               --sysconfdir=/etc \
+               --mandir=/usr/share/man
+
+       prepare_cmds
+               sed -e "s/-lfl/&_pic/g" -i src/*{,/*}/Makefile.in
+       end
+
+       # Fails
+       #def test
+       #       make check
+       #end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end