wok annotate winetricks/receipt @ rev 6645

Added winetricks.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 17:30:03 2010 +0000 (2010-10-10)
parents
children 8910b21cd8d6
rev   line source
slaxemulator@6645 1 # SliTaz package receipt.
slaxemulator@6645 2
slaxemulator@6645 3 PACKAGE="winetricks"
slaxemulator@6645 4 VERSION="20101008"
slaxemulator@6645 5 CATEGORY="misc"
slaxemulator@6645 6 SHORT_DESC="Script to install various redistributable runtime libraries in Wine."
slaxemulator@6645 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@6645 8 DEPENDS="wine cabextract unzip"
slaxemulator@6645 9 WEB_SITE="http://wiki.winehq.org/winetricks"
slaxemulator@6645 10
slaxemulator@6645 11 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6645 12 genpkg_rules()
slaxemulator@6645 13 {
slaxemulator@6645 14 [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION ] ||
slaxemulator@6645 15 wget http://www.kegel.com/wine/$PACKAGE -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION
slaxemulator@6645 16
slaxemulator@6645 17 mkdir -p $fs/usr/bin
slaxemulator@6645 18 cp -a $SOURCES_REPOSITORY/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE
slaxemulator@6645 19 }
slaxemulator@6645 20