wok annotate cpufrequtils/receipt @ rev 19284

at, chrpath, cpufrequtils, dev86, genromfs: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 00:15:11 2016 +0200 (2016-07-06)
parents eb8067417980
children c060a4ab6c00
rev   line source
gokhlayeh@5741 1 # SliTaz package receipt.
gokhlayeh@5741 2
gokhlayeh@5741 3 PACKAGE="cpufrequtils"
gokhlayeh@5952 4 VERSION="008"
gokhlayeh@5875 5 CATEGORY="system-tools"
gokhlayeh@5741 6 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem."
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
gokhlayeh@5741 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@5741 10 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
gokhlayeh@5741 11 WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/$TARBALL"
gokhlayeh@5741 12
pascal@15579 13 DEPENDS="sysfsutils linux-cpufreq"
pascal@15579 14 BUILD_DEPENDS="libtool gettext sed"
pascal@15579 15
gokhlayeh@5741 16 # Rules to configure and make the package.
gokhlayeh@5741 17 compile_rules()
gokhlayeh@5741 18 {
pascal@19284 19 make LIBTOOL_OPT="--silent --tag=CC" &&
pascal@19284 20 make DESTDIR=$DESTDIR mandir=/usr/share/man install
gokhlayeh@5741 21 }
gokhlayeh@5741 22
gokhlayeh@5741 23 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5741 24 genpkg_rules()
gokhlayeh@5741 25 {
gokhlayeh@5741 26 mkdir -p $fs/usr
pascal@15579 27 cp -a $install/usr/bin $fs/usr
pascal@15579 28 cp -a $install/usr/lib $fs/usr
pascal@15579 29 cp -a $install/usr/share $fs/usr
gokhlayeh@5741 30 }