wok view cpufrequtils-dev/receipt @ rev 24108

Up rdesktop (1.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 28 08:31:51 2021 +0000 (2021-09-28)
parents 86790a278e70
children
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@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="cpufrequtils"
10 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/cpufreq/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 # Remove non-devel files
19 rm $fs/usr/lib/libcpufreq.so*
20 }