wok diff winetricks/receipt @ rev 9605
urxvt: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 14 11:07:06 2011 +0200 (2011-04-14) |
parents | d7326c4cb56d |
children | 7c8f0fab1143 |
line diff
1.1 --- a/winetricks/receipt Mon Jan 24 07:54:52 2011 +0000 1.2 +++ b/winetricks/receipt Thu Apr 14 11:07:06 2011 +0200 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="winetricks" 1.7 -VERSION="20110123" 1.8 +VERSION="20110312" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Script to install various redistributable runtime libraries in Wine." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 -DEPENDS="wine cabextract unzip zenity wget" 1.13 +TARBALL="$PACKAGE-$VERSION" 1.14 +DEPENDS="wine cabextract xorg-xmessage unzip wget" 1.15 +SUGGESTED="zenity" 1.16 WEB_SITE="http://wiki.winehq.org/winetricks" 1.17 +WGET_URL="http://www.kegel.com/wine/$PACKAGE" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION ] || 1.23 - wget http://www.kegel.com/wine/$PACKAGE -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION 1.24 - 1.25 mkdir -p $fs/usr/bin 1.26 - cp -a $SOURCES_REPOSITORY/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE 1.27 + cp -a $src/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE 1.28 chmod a+x $fs/usr/bin/$PACKAGE 1.29 } 1.30