wok-next view cpufrequtils/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cpufrequtils"
4 VERSION="008"
5 CATEGORY="system-tools"
6 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/cpufreq/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/cpufreq/$TARBALL"
13 TARBALL_SHA256="a2149db551f83112209b1a8e79bd50d386979bbf64edbc69126f4e0b4f0a4cab"
15 BUILD_DEPENDS="libtool gettext-dev sed"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 make LIBTOOL_OPT="--silent --tag=CC" &&
20 make DESTDIR=$install mandir=/usr/share/man install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 cpufrequtils)
26 copy @std *.mo
27 DEPENDS="sysfsutils linux-cpufreq"
28 ;;
29 *-dev) copy @dev;;
30 esac
31 }