wok diff wine/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
parents a767124ef9da
children 535c806240cc
line diff
     1.1 --- a/wine/receipt	Mon Nov 04 17:18:08 2019 +0100
     1.2 +++ b/wine/receipt	Tue Nov 16 17:16:48 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine"
     1.7 -VERSION="4.0.2"
     1.8 +VERSION="5.0"
     1.9  CATEGORY="misc"
    1.10  TAGS="windows emulator" # wine is not an emulator
    1.11  SHORT_DESC="Windows API for Linux."
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="https://www.winehq.org/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WGET_URL="https://dl.winehq.org/$PACKAGE/source/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="https://dl.winehq.org/$PACKAGE/source/${VERSION}/$TARBALL"
    1.18  
    1.19  DEPENDS="alsa-lib freetype lcms libglu-mesa libxml2 libxslt mesa"
    1.20  BUILD_DEPENDS="alsa-lib-dev bison cups-dev dbus-dev flex freetype-dev 
    1.21 @@ -30,6 +30,7 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/share
    1.25 +
    1.26  	cp -a $install/usr/bin		$fs/usr
    1.27  	cp -a $install/usr/lib		$fs/usr
    1.28  	cp -a $install/usr/share/wine	$fs/usr/share