28 lines
806 B
Bash
28 lines
806 B
Bash
# Template file for 'thermald'
|
|
pkgname=thermald
|
|
version=1.5.1
|
|
revision=1
|
|
_pkgname=thermal_daemon
|
|
wrksrc="${_pkgname}-${version}"
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="dbus-glib-devel libxml2-devel glib-devel libgomp-devel"
|
|
short_desc="The Linux Thermal Daemon program from 01.org"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/01org/${_pkgname}"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=fa4be6163bdc85f0fee54b8fb90982b8910349db5d815667ca6d6739b47e5e3d
|
|
conf_files="
|
|
/etc/thermald/thermal-conf.xml
|
|
/etc/thermald/thermal-cpu-cdev-order.xml"
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/etc/init
|
|
vsv thermald
|
|
}
|