wok-current rev 25411
updated winetricks (20200412 -> 20220411)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 07:24:24 2022 +0100 (2022-08-04) |
parents | 1b6e9e73cbed |
children | f2de156be422 |
files | winetricks/description.txt winetricks/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/winetricks/description.txt Thu Aug 04 07:24:24 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Winetricks is a helper script to download and install various redistributable 1.5 +runtime libraries needed to run some programs in Wine. 1.6 +These may include replacements for components of Wine using closed source 1.7 +libraries. 1.8 + 1.9 +Note: Although using winetricks may be very useful for getting some programs 1.10 + working in Wine, doing so may limit your ability to get support through 1.11 + WineHQ.
2.1 --- a/winetricks/receipt Thu Aug 04 06:40:24 2022 +0100 2.2 +++ b/winetricks/receipt Thu Aug 04 07:24:24 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="winetricks" 2.7 -VERSION="20200412" 2.8 +VERSION="20220411" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Script to install various redistributable runtime libraries in Wine." 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -29,6 +29,5 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr 2.17 - cp -a $install/usr/bin $fs/usr 2.18 + cook_copy_folders bin 2.19 }