wok annotate cpufrequtils-dev/receipt @ rev 16741

Add trash-cli
author Paul Issott <paul@slitaz.org>
date Mon Jun 09 20:56:42 2014 +0100 (2014-06-09)
parents 129bb5b11a7e
children 86790a278e70
rev   line source
gokhlayeh@5741 1 # SliTaz package receipt.
gokhlayeh@5741 2
gokhlayeh@5741 3 PACKAGE="cpufrequtils-dev"
gokhlayeh@5952 4 VERSION="008"
gokhlayeh@5741 5 CATEGORY="development"
gokhlayeh@5741 6 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem devel files."
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
gokhlayeh@5741 9 WANTED="cpufrequtils"
gokhlayeh@5741 10 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
gokhlayeh@5741 11
gokhlayeh@5741 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5741 13 genpkg_rules()
gokhlayeh@5741 14 {
gokhlayeh@5741 15 mkdir -p $fs/usr
pascal@15579 16 cp -a $install/usr/include $fs/usr
pascal@15579 17 cp -a $install/usr/lib $fs/usr
gokhlayeh@5741 18 # Remove non-devel files
gokhlayeh@5741 19 rm $fs/usr/lib/libcpufreq.so*
gokhlayeh@5741 20 }