wok-next annotate thermald/receipt @ rev 21226

updated chocolate-doom (1.4.0 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Dec 03 16:21:36 2019 +0100 (2019-12-03)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
yuripourre@16920 2
yuripourre@16920 3 PACKAGE="thermald"
yuripourre@16920 4 VERSION="1.3.rc1"
yuripourre@16920 5 CATEGORY="system-tools"
yuripourre@16920 6 LICENSE="GPL2"
al@20534 7 SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature"
yuripourre@16920 8 MAINTAINER="yuripourre@gmail.com"
al@20534 9 WEB_SITE="https://01.org/linux-thermal-daemon"
al@20534 10
al@16923 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16923 12 WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz"
yuripourre@16920 13
al@19671 14 BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2-dev automake"
yuripourre@16920 15
al@20534 16 compile_rules() {
yuripourre@16920 17 ./autogen.sh
al@20534 18 ./configure $CONFIGURE_ARGS &&
yuripourre@16920 19 make &&
al@21020 20 make DESTDIR=$install install
yuripourre@16920 21 }
yuripourre@16920 22
al@20534 23 genpkg_rules() {
al@20534 24 copy @std
al@20534 25 DEPENDS="dbus dbus-glib"
yuripourre@16920 26 }