wok annotate cpufrequtils-dev/receipt @ rev 20651

Up dietlibc (0.34), musl-libc (1.1.20)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 10:11:20 2019 +0100 (2019-01-13)
parents eb8067417980
children 6e8b1bcb30e2
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"
pascal@20421 10 WEB_SITE="https://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 }