wok-current diff wine-rt/receipt @ rev 24394

created recipe for python-distutils-extra
author Hans-G?nter Theisgen
date Tue Feb 08 10:09:54 2022 +0100 (2022-02-08)
parents 5a9e9c83439a
children 535c806240cc
line diff
     1.1 --- a/wine-rt/receipt	Tue Nov 05 07:33:23 2019 +0100
     1.2 +++ b/wine-rt/receipt	Tue Feb 08 10:09:54 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine-rt"
     1.7 -VERSION="4.0.2"
     1.8 +VERSION="5.0"
     1.9  CATEGORY="misc"
    1.10  TAGS="windows"
    1.11  SHORT_DESC="Windows API for Linux."
    1.12 @@ -10,12 +10,12 @@
    1.13  WEB_SITE="https://www.winehq.org/"
    1.14  
    1.15  TARBALL="${PACKAGE%-rt}-$VERSION.tar.xz"
    1.16 -WGET_URL="https://dl.winehq.org/${PACKAGE%-rt}/source/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="https://dl.winehq.org/${PACKAGE%-rt}/source/${VERSION}/$TARBALL"
    1.18  
    1.19  PROVIDE="wine"
    1.20 -DEPENDS="alsa-lib freetype jpeg lcms libglu-mesa libpng libxslt libxml2 mesa \
    1.21 +DEPENDS="alsa-lib freetype jpeg lcms libglu-mesa libpng libxslt libxml2 mesa 
    1.22  	tiff xorg-dev"
    1.23 -BUILD_DEPENDS="alsa-lib-dev bison flex freetype-dev jpeg-dev lcms-dev libglu-mesa-dev \
    1.24 +BUILD_DEPENDS="alsa-lib-dev bison flex freetype-dev jpeg-dev lcms-dev libglu-mesa-dev 
    1.25  	libpng-dev libtool libxml2-dev libxslt-dev mesa-dev prelink tiff-dev"
    1.26  
    1.27  # Rules to configure and make the package.