]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/powertop/powertop.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / powertop / powertop.nm
index 2c5bc574aecf01003f2eafc8b363c1aa27a0e12e..5ea577eada5b0c27b470ba82bacb43fbe57c60a0 100644 (file)
@@ -1,44 +1,31 @@
 ###############################################################################
-#                                                                             #
-# 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       = powertop
+version    = 1.13
+release    = 1
 
-PKG_NAME       = powertop
-PKG_VER        = 1.13
-PKG_REL        = 0
+groups     = Applications/System
+url        = http://www.lesswatts.org/
+license    = GPLv2
+summary    = Power consumption monitor.
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Applications/System
-PKG_URL        = http://www.lesswatts.org/
-PKG_LICENSE    = GPLv2
-PKG_SUMMARY    = Power consumption monitor.
+description
+       PowerTOP is a tool that finds the software component(s) that make your
+       computer use more power than necessary while it is idle.
+end
 
-PKG_BUILD_DEPS+= gettext ncurses-devel
+source_dl  =
 
-define PKG_DESCRIPTION
-       PowerTOP is a tool that finds the software component(s) that make your \
-       computer use more power than necessary while it is idle.
-endef
+build
+       requires
+               gettext
+               ncurses-devel
+       end
+end
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+packages
+       package %{name}
+end