wok-6.x annotate cpufrequtils-dev/receipt @ rev 19059
Add Lines game
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 21 03:09:40 2016 +0300 (2016-04-21) |
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 } |