wok-next annotate thermald/receipt @ rev 20972
Improve Python packages: update, also provide Python3 packages where available
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 22 16:05:26 2018 +0300 (2018-09-22) |
parents | fe59386a94f9 |
children | d5aab818505e |
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 && |
yuripourre@16920 | 20 make DESTDIR=$DESTDIR 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 } |