wok diff 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 diff
     1.1 --- a/lm-sensors-dev/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/lm-sensors-dev/receipt	Mon Apr 22 07:29:56 2019 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lm-sensors-dev"
     1.7 -WANTED="lm-sensors"
     1.8 -VERSION="3.3.3"
     1.9 +VERSION="3.5.0"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Linux hardware monitoring, development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="https://github.com/lm-sensors/lm-sensors/issues/3"
    1.15 +WEB_SITE="https://hwmon.wiki.kernel.org/lm_sensors"
    1.16 +
    1.17 +WANTED="lm-sensors"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 +
    1.24  	cp -a $install/usr/include $fs/usr
    1.25  	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.26  }