wok annotate cpufrequtils-dev/receipt @ rev 23591
python-pysol-cards: added build dependency
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 08 10:35:39 2020 +0100 (2020-04-08) |
parents | 86790a278e70 |
children |
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" |
pascal@20671 | 10 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/cpufreq/" |
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 } |