29 lines
866 B
Bash
29 lines
866 B
Bash
# Template file for 'thermald'
|
|
pkgname=thermald
|
|
version=2.5.8
|
|
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=365fbb91d5b986ecbac7fe70d6993bc5a4d47e07dfca9d832204fe8ec0a7094b
|
|
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
|
|
}
|