wok-6.x rev 16923
thermald: fix wget url.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 17 21:15:43 2014 +0300 (2014-07-17) |
parents | 5f7a1aa9537a |
children | 75787a6842b8 |
files | thermald/receipt |
line diff
1.1 --- a/thermald/receipt Thu Jul 17 20:58:52 2014 +0300 1.2 +++ b/thermald/receipt Thu Jul 17 21:15:43 2014 +0300 1.3 @@ -6,9 +6,9 @@ 1.4 LICENSE="GPL2" 1.5 SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature." 1.6 MAINTAINER="yuripourre@gmail.com" 1.7 -TARBALL="v$VERSION.tar.xz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="https://01.org/linux-thermal-daemon" 1.10 -WGET_URL="https://github.com/01org/thermal_daemon/archive/$TARBALL" 1.11 +WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz" 1.12 1.13 DEPENDS="dbus dbus-glib" 1.14 BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake"