wok annotate thermald/receipt @ rev 16924

thermald: "hg resolve --all; hg resolve --mark; hg merge" and company...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 17 21:20:25 2014 +0300 (2014-07-17)
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 }