wok view winetricks/receipt @ rev 11920
gftp removed extension from desktop file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 14:57:29 2012 -0800 (2012-02-29) |
parents | fc11d7d8b3a7 |
children | d19159d4094b |
line source
1 # SliTaz package receipt.
3 PACKAGE="winetricks"
4 VERSION="20110429"
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 }