wok-next view winetricks/receipt @ rev 19814

Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 21 14:44:00 2017 +0300 (2017-07-21)
parents d19159d4094b
children 685f9eb83991
line source
1 # SliTaz package receipt.
3 PACKAGE="winetricks"
4 VERSION="20120912"
5 CATEGORY="misc"
6 SHORT_DESC="Script to install various redistributable runtime libraries in Wine."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION"
10 SUGGESTED="zenity"
11 WEB_SITE="http://wiki.winehq.org/winetricks"
12 WGET_URL="http://www.kegel.com/wine/$PACKAGE"
14 DEPENDS="wine cabextract xorg-xmessage unzip wget"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $src/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE
21 chmod a+x $fs/usr/bin/$PACKAGE
22 }