wok diff winetricks/receipt @ rev 13741
mutt: fix build
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Dec 26 20:36:58 2012 +0000 (2012-12-26) |
parents | fc11d7d8b3a7 |
children | d19159d4094b |
line diff
1.1 --- a/winetricks/receipt Sat May 28 09:26:23 2011 +0200 1.2 +++ b/winetricks/receipt Wed Dec 26 20:36:58 2012 +0000 1.3 @@ -5,18 +5,17 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Script to install various redistributable runtime libraries in Wine." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +TARBALL="$PACKAGE-$VERSION" 1.8 DEPENDS="wine cabextract xorg-xmessage unzip wget" 1.9 SUGGESTED="zenity" 1.10 WEB_SITE="http://wiki.winehq.org/winetricks" 1.11 -_WGET_URL="http://www.kegel.com/wine/$PACKAGE" 1.12 +WGET_URL="http://www.kegel.com/wine/$PACKAGE" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/bin 1.18 - [ -s $SOURCES_REPOSITORY/$PACKAGE-$VERSION ] || 1.19 - wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION $_WGET_URL 1.20 - cp -a $SOURCES_REPOSITORY/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE 1.21 + cp -a $src/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE 1.22 chmod a+x $fs/usr/bin/$PACKAGE 1.23 } 1.24