wok view cpufrequtils-dev/receipt @ rev 6957

Added girepository-1.0 folder into pango instead of -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:18:43 2010 +0000 (2010-10-25)
parents d131b698d2e8
children af022550edde
line source
1 # SliTaz package receipt.
3 PACKAGE="cpufrequtils-dev"
4 VERSION="008"
5 CATEGORY="development"
6 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem devel files."
7 MAINTAINER="gokhlayeh@mailoo.org"
8 WANTED="cpufrequtils"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib $fs/usr
18 # Remove non-devel files
19 rm $fs/usr/lib/libcpufreq.so*
20 }