]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
cpufrequtils: Some cosmetic fixes.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 Apr 2011 13:10:27 +0000 (15:10 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 Apr 2011 13:10:27 +0000 (15:10 +0200)
pkgs/cpufrequtils/cpufrequtils.nm

index c2d2d59d5188ed7b366cffa3b1896d3214fb8344..a1aca6885ab793858ceccec8d98bff7af99a2fec 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = cpufrequtils
 PKG_VER        = 008
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER =
 PKG_GROUPS     = Base Applications/System
@@ -42,12 +42,10 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+# Package doesn't provide a configure script
 define STAGE_BUILD
-       cd $(DIR_APP) && make 
-endef
-
-define STAGE_INSTALL
-       cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) mandir=/usr/share/man
+       cd $(DIR_APP) && make $(PARALELLISMFLAGS)
 endef
 
+STAGE_INSTALL_TARGETS = mandir=/usr/share/man