wok annotate cpufrequtils-dev/receipt @ rev 14317
elementary-dev: update deps
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Sun Apr 07 13:15:40 2013 +0200 (2013-04-07) |
| parents | af022550edde |
| children | eb8067417980 |
| 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" |
| gokhlayeh@5741 | 8 WANTED="cpufrequtils" |
| gokhlayeh@5741 | 9 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html" |
| gokhlayeh@5741 | 10 |
| gokhlayeh@5741 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
| gokhlayeh@5741 | 12 genpkg_rules() |
| gokhlayeh@5741 | 13 { |
| gokhlayeh@5741 | 14 mkdir -p $fs/usr |
| gokhlayeh@5741 | 15 cp -a $_pkg/usr/include $fs/usr |
| gokhlayeh@5741 | 16 cp -a $_pkg/usr/lib $fs/usr |
| gokhlayeh@5741 | 17 # Remove non-devel files |
| gokhlayeh@5741 | 18 rm $fs/usr/lib/libcpufreq.so* |
| gokhlayeh@5741 | 19 } |