]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/libnet/libnet.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / libnet / libnet.nm
index 302c8ca6056365ed9a6d34ccbc71929d7dfd6dec..fa368c4a13d2292394dbf5eda22db7bd9a40ba68 100644 (file)
@@ -1,48 +1,33 @@
 ###############################################################################
-#                                                                             #
-# 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
+name       = libnet
+version    = 1.1.4
+release    = 1
 
-PKG_NAME       = libnet
-PKG_VER        = 1.1.4
-PKG_REL        = 0
+groups     = System/Libraries
+url        = http://www.sourceforge.net/projects/libnet-dev/
+license    = BSD
+summary    = C library for portable packet creation and injection.
 
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Libraries
-PKG_URL        = http://www.sourceforge.net/projects/libnet-dev/
-PKG_LICENSE    = BSD
-PKG_SUMMARY    = C library for portable packet creation and injection.
-
-PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
-
-define PKG_DESCRIPTION
-Libnet is an API to help with the construction and handling of \
+description
+       Libnet is an API to help with the construction and handling of \
        network packets. It provides a portable framework for low-level \
        network packet writing and handling (use libnet in conjunction \
        with libpcap and you can write some really cool stuff). Libnet \
        includes packet creation at the IP layer and at the link layer \
-       as well as a host of supplementary and complementary functionality. 
-endef
+       as well as a host of supplementary and complementary functionality.
+end
+
+source_dl  =
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end