wok view winetricks/receipt @ rev 12030

stella: move post_install code to genpkg_rules. It's far better to run a command once on the builder than on install on each of our computer.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 06 22:40:08 2012 +0100 (2012-03-06)
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 }