wok view lm-sensors-dev/receipt @ rev 21371

updated lm-sensors and lm-sensors-dev (3.3.3 -> 3.5.0)
author Hans-G?nter Theisgen
date Mon Apr 22 07:29:56 2019 +0100 (2019-04-22)
parents 8dd8bab3f0ca
children cecc834ff61c
line source
1 # SliTaz package receipt.
3 PACKAGE="lm-sensors-dev"
4 VERSION="3.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Linux hardware monitoring, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://hwmon.wiki.kernel.org/lm_sensors"
11 WANTED="lm-sensors"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.a $fs/usr/lib
20 }