wok annotate thermald/receipt @ rev 18558
btrfs-progs: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 08 14:25:50 2015 +0100 (2015-11-08) |
parents | 952382c025de 371ffcd4f10c |
children | 4e2673103892 |
rev | line source |
---|---|
yuripourre@16920 | 1 # SliTaz package receipt. |
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" |
yuripourre@16920 | 7 SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature." |
yuripourre@16920 | 8 MAINTAINER="yuripourre@gmail.com" |
al@16923 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
yuripourre@16920 | 10 WEB_SITE="https://01.org/linux-thermal-daemon" |
al@16923 | 11 WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz" |
yuripourre@16920 | 12 |
yuripourre@16920 | 13 DEPENDS="dbus dbus-glib" |
yuripourre@16920 | 14 BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake" |
yuripourre@16920 | 15 |
yuripourre@16920 | 16 # Rules to configure and make the package. |
yuripourre@16920 | 17 compile_rules() |
yuripourre@16920 | 18 { |
yuripourre@16920 | 19 ./autogen.sh |
yuripourre@16920 | 20 ./configure \ |
yuripourre@16920 | 21 --prefix=/usr \ |
yuripourre@16920 | 22 --sysconfdir=/etc \ |
yuripourre@16920 | 23 $CONFIGURE_ARGS && |
yuripourre@16920 | 24 make && |
yuripourre@16920 | 25 make DESTDIR=$DESTDIR install |
yuripourre@16920 | 26 } |
yuripourre@16920 | 27 |
yuripourre@16920 | 28 genpkg_rules() |
yuripourre@16920 | 29 { |
yuripourre@16920 | 30 cp -a $install/usr $fs |
yuripourre@16920 | 31 } |