wok-6.x rev 13776
0install: fix WGET_URL (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 15:16:07 2013 +0100 (2013-01-03) |
parents | 57ea159dc95e |
children | 8a3d7e2b6adb |
files | 0install/receipt |
line diff
1.1 --- a/0install/receipt Thu Jan 03 15:11:11 2013 +0100 1.2 +++ b/0install/receipt Thu Jan 03 15:16:07 2013 +0100 1.3 @@ -6,9 +6,9 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="A decentralised cross-distribution software installation system." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://0install.net/" 1.10 -WGET_URL="http://downloads.sf.net/project/zero-install/injector/$VERSION/$TARBALL" 1.11 +WGET_URL="http://downloads.sf.net/project/zero-install/$PACKAGE/$VERSION/$TARBALL" 1.12 1.13 DEPENDS="pygtk xdg-utils" 1.14 BUILD_DEPENDS="python pygobject"