# Template file for 'thermald'
pkgname=thermald
version=2.5.9
revision=1
archs="i686* x86_64*"
build_style=gnu-configure
hostmakedepends="automake pkg-config glib-devel gtk-doc autoconf-archive"
makedepends="dbus-glib-devel libxml2-devel libglib-devel libgomp-devel upower-devel libevdev-devel"
short_desc="Linux Thermal Daemon program from 01.org"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://github.com/intel/thermal_daemon"
distfiles="https://github.com/intel/thermal_daemon/archive/v${version}.tar.gz"
checksum=32fc75861e5e42b4b6ce0718af3e5b275f3febfccf6e7a3d3fbb5254791d7e74
conf_files='/etc/thermald/*'

if [ "$CROSS_BUILD" ]; then
	hostmakedepends+=" dbus-glib-devel" # for dbus-binding-tool
fi

pre_configure() {
	sed -i '/-Werror/d' Makefile.am
	NOCONFIGURE=1 ./autogen.sh
}

post_install() {
	vsv thermald
}
