wok annotate cpufrequtils-dev/receipt @ rev 6045
v4l-dvb: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 17 10:44:28 2010 +0200 (2010-08-17) |
parents | d131b698d2e8 |
children | af022550edde |
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@5741 | 7 MAINTAINER="gokhlayeh@mailoo.org" |
gokhlayeh@5741 | 8 WANTED="cpufrequtils" |
gokhlayeh@5741 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
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 |
gokhlayeh@5741 | 16 cp -a $_pkg/usr/include $fs/usr |
gokhlayeh@5741 | 17 cp -a $_pkg/usr/lib $fs/usr |
gokhlayeh@5741 | 18 # Remove non-devel files |
gokhlayeh@5741 | 19 rm $fs/usr/lib/libcpufreq.so* |
gokhlayeh@5741 | 20 } |