wok annotate cpufrequtils-dev/receipt @ rev 7503

Add glib-dev to json-glib-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 04:52:31 2010 +0000 (2010-12-04)
parents 8989c53558ba
children 129bb5b11a7e
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 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 }