wok view winetricks/receipt @ rev 9595

Add gens-gs back in. It was fixed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 16:24:21 2011 +0000 (2011-04-12)
parents d7326c4cb56d
children 7c8f0fab1143
line source
1 # SliTaz package receipt.
3 PACKAGE="winetricks"
4 VERSION="20110312"
5 CATEGORY="misc"
6 SHORT_DESC="Script to install various redistributable runtime libraries in Wine."
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION"
9 DEPENDS="wine cabextract xorg-xmessage unzip wget"
10 SUGGESTED="zenity"
11 WEB_SITE="http://wiki.winehq.org/winetricks"
12 WGET_URL="http://www.kegel.com/wine/$PACKAGE"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $src/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE
19 chmod a+x $fs/usr/bin/$PACKAGE
20 }