wok-next view cpufrequtils/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c060a4ab6c00
children a3c581bf52b8
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="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/$TARBALL"
13 TARBALL_SHA256="a2149db551f83112209b1a8e79bd50d386979bbf64edbc69126f4e0b4f0a4cab"
15 BUILD_DEPENDS="libtool gettext sed"
16 SPLIT="cpufrequtils-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make LIBTOOL_OPT="--silent --tag=CC" &&
22 make DESTDIR=$DESTDIR mandir=/usr/share/man install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 case $PACKAGE in
29 cpufrequtils)
30 copy @std *.mo
31 DEPENDS="sysfsutils linux-cpufreq"
32 ;;
33 *-dev) copy @dev;;
34 esac
35 }