wok annotate cpufrequtils-dev/receipt @ rev 18412
linux64-open-vm-tools-kernel: uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 19 18:50:17 2015 +0200 (2015-09-19) |
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 } |