]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/bwm-ng/bwm-ng.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / bwm-ng / bwm-ng.nm
index 80b40085fbcc8a90757706c651529e73c6abe522..738321dea363333d96228e9cd276c4752b45f29f 100644 (file)
@@ -1,43 +1,30 @@
 ###############################################################################
-#                                                                             #
-# 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       = bwm-ng
+version    = 0.6
+release    = 1
 
-PKG_NAME       = bwm-ng
-PKG_VER        = 0.6
-PKG_REL        = 0
+groups     = Networking/Statistics
+url        = http://www.gropp.org/?id=projects&sub=bwm-ng
+license    = GPLv2+
+summary    = A bandwidth monitor for the shell.
 
-PKG_MAINTAINER =
-PKG_GROUP      = Networking/Statistics
-PKG_URL        = http://www.gropp.org/?id=projects&sub=bwm-ng
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = A bandwidth monitor for the shell.
+description
+       bwm-ng diplays the traffic passing by on all interfaces.
+end
 
-PKG_BUILD_DEPS+= ncurses-devel
+source_dl  = http://www.gropp.org/bwm-ng/
 
-define PKG_DESCRIPTION
-       bwm-ng diplays the traffic passing by on all interfaces.
-endef
+build
+       requires
+               ncurses-devel
+       end
+end
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+packages
+       package %{name}
+       end
+end