wok view winetricks/receipt @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents d19159d4094b
children fa9857508db0
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 }