wok diff 0install/receipt @ rev 13974

syslinux/iso2exe: fix checksum
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 12:05:22 2013 +0100 (2013-02-06)
parents c9602e55de2b
children 76b72f1ad63c
line diff
     1.1 --- a/0install/receipt	Thu Jan 03 15:04:05 2013 +0100
     1.2 +++ b/0install/receipt	Wed Feb 06 12:05:22 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"