X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcpufrequtils;h=3b4c96128290a1ba1a470593866fddf277a77b02;hb=701c891b40dc7e115f7359b26babab86ba36602c;hp=eb3685761f5ace02f1d332db85214fcefed6eb33;hpb=51cac9a1ce8b4baa0a214f7674d8a915a8030560;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index eb3685761f..3b4c961282 100644 --- a/lfs/cpufrequtils +++ b/lfs/cpufrequtils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 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 # @@ -31,11 +31,14 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = x86_64 i586 PROG = cpufrequtils -PAK_VER = 5 +PAK_VER = 8 DEPS = "" +CFLAGS += -fno-PIC + ############################################################################### # Top-level Rules ############################################################################### @@ -79,5 +82,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make cd $(DIR_APP) && make install + + #install initscripts + $(call INSTALL_INITSCRIPT,cpufreq) + @rm -rf $(DIR_APP) @$(POSTBUILD)