wok-6.x rev 6645

Added winetricks.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 17:30:03 2010 +0000 (2010-10-10)
parents e4647b7a54e0
children 8910b21cd8d6
files winetricks/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/winetricks/receipt	Sun Oct 10 17:30:03 2010 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="winetricks"
     1.7 +VERSION="20101008"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Script to install various redistributable runtime libraries in Wine."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="wine cabextract unzip"
    1.12 +WEB_SITE="http://wiki.winehq.org/winetricks"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	[ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION ] ||
    1.18 +	wget http://www.kegel.com/wine/$PACKAGE -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION
    1.19 +
    1.20 +	mkdir -p $fs/usr/bin
    1.21 +	cp -a $SOURCES_REPOSITORY/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE
    1.22 +}
    1.23 +