wok view cpufrequtils-dev/receipt @ rev 10792

Up: tazpkg (4.7) - Big clean-up, removed old code, up doc and notification to use TazPanel and have now i18n working
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 04:26:35 2011 +0200 (2011-06-02)
parents af022550edde
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="cpufrequtils-dev"
4 VERSION="008"
5 CATEGORY="development"
6 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem devel files."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WANTED="cpufrequtils"
9 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib $fs/usr
17 # Remove non-devel files
18 rm $fs/usr/lib/libcpufreq.so*
19 }