From: Matthias Fischer Date: Tue, 31 Mar 2015 15:15:40 +0000 (+0200) Subject: powertop: Update to 2.7 X-Git-Url: http://git.ipfire.org/?p=people%2Farne_f%2Fipfire-2.x.git;a=commitdiff_plain;h=dfa88551aec1cc1d3ede5a156715c3652f11d2d5 powertop: Update to 2.7 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/packages/powertop b/config/rootfiles/packages/powertop index 1bf6f250d..d14bcee87 100644 --- a/config/rootfiles/packages/powertop +++ b/config/rootfiles/packages/powertop @@ -1,4 +1,4 @@ -usr/bin/powertop +usr/sbin/powertop #usr/share/locale/de/LC_MESSAGES/powertop.mo #usr/share/locale/es/LC_MESSAGES/powertop.mo #usr/share/locale/fi/LC_MESSAGES/powertop.mo diff --git a/lfs/powertop b/lfs/powertop index f10dca961..8520f9438 100644 --- a/lfs/powertop +++ b/lfs/powertop @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2015 IPFire Team # # # # 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 # @@ -24,7 +24,7 @@ include Config -VER = 1.13 +VER = 2.7 THISAPP = powertop-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = powertop -PAK_VER = 0 +PAK_VER = 1 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 78aa17c8f55178004223bf236654298e +$(DL_FILE)_MD5 = e0d686e47daaf7e9d89031f7763432ef install : $(TARGET) @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - + cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install