wok annotate cpufrequtils-dev/receipt @ rev 5907
fbreader: fix for GCC 4.5.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 26 13:57:40 2010 +0200 (2010-07-26) |
parents | |
children | 8989c53558ba |
rev | line source |
---|---|
gokhlayeh@5741 | 1 # SliTaz package receipt. |
gokhlayeh@5741 | 2 |
gokhlayeh@5741 | 3 PACKAGE="cpufrequtils-dev" |
gokhlayeh@5741 | 4 VERSION="007" |
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 } |