wok rev 22026

updated thermald (1.3.rc1 -> 1.9)
author Hans-G?nter Theisgen
date Sun Oct 20 15:47:58 2019 +0100 (2019-10-20)
parents 1a6247d8730a
children ad52c2b51c28
files thermald/receipt
line diff
     1.1 --- a/thermald/receipt	Sun Oct 20 15:20:05 2019 +0100
     1.2 +++ b/thermald/receipt	Sun Oct 20 15:47:58 2019 +0100
     1.3 @@ -1,25 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="thermald"
     1.7 -VERSION="1.3.rc1"
     1.8 +VERSION="1.9"
     1.9  CATEGORY="system-tools"
    1.10  LICENSE="GPL2"
    1.11  SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature."
    1.12  MAINTAINER="yuripourre@gmail.com"
    1.13 +WEB_SITE="https://01.org/linux-thermal-daemon"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://01.org/linux-thermal-daemon"
    1.17 -WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/intel/thermal_daemon/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="dbus dbus-glib"
    1.21 -BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake"
    1.22 +BUILD_DEPENDS="automake dbus-dev dbus-glib-dev libxml2"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./autogen.sh
    1.28 -	./configure \
    1.29 -		--prefix=/usr \
    1.30 -		--sysconfdir=/etc \
    1.31 +	# 1.0
    1.32 +	sed -i '322s|%lu|%u|' src/thd_zone.cpp
    1.33 +
    1.34 +	./autogen.sh &&
    1.35 +	./configure			\
    1.36 +		--prefix=/usr		\
    1.37 +		--sysconfdir=/etc	\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make DESTDIR=$DESTDIR install