]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cpufrequtils: Fix empty package and create -devel package.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 May 2011 09:57:29 +0000 (11:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 May 2011 09:57:29 +0000 (11:57 +0200)
pkgs/cpufrequtils/cpufrequtils.nm

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