wok view winetricks/receipt @ rev 9707

gcc: let cook (nor only cooker) also use --first-pass
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 20:24:49 2011 +0200 (2011-05-08)
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 }