wok-next rev 4048
Fix: gsmartcontrol WGET_URL
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 09 21:34:28 2009 +0200 (2009-09-09) |
parents | f20247e26bdc |
children | c1004e0f2921 |
files | gsmartcontrol/receipt |
line diff
1.1 --- a/gsmartcontrol/receipt Wed Sep 09 12:12:02 2009 +0200 1.2 +++ b/gsmartcontrol/receipt Wed Sep 09 21:34:28 2009 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 DEPENDS="pcre gtk+ gtkmm smartmontools" 1.5 BUILD_DEPENDS="pcre-dev gtk+-dev gtkmm-dev" 1.6 WEB_SITE="http://gsmartcontrol.berlios.de/" 1.7 -WGET_URL="$TARBALL" 1.8 +WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()