wok-next view thermald/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }