wok-next view thermald/receipt @ rev 20575
More fix libtool; combine libdbusmenu-gtk*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 01:31:03 2018 +0300 (2018-04-14) |
parents | fe59386a94f9 |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="thermald"
4 VERSION="1.3.rc1"
5 CATEGORY="system-tools"
6 LICENSE="GPL2"
7 SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature"
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://01.org/linux-thermal-daemon"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2-dev automake"
16 compile_rules() {
17 ./autogen.sh
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="dbus dbus-glib"
26 }