wok diff wine-dev/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents c42b4a58182a
children ee1d44476432
line diff
     1.1 --- a/wine-dev/receipt	Mon Apr 03 19:35:18 2017 +0000
     1.2 +++ b/wine-dev/receipt	Tue Jan 28 10:03:39 2020 +0100
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine-dev"
     1.7 -VERSION="2.5"
     1.8 +VERSION="4.0.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Windows API for Linux development files."
    1.11 +SHORT_DESC="Windows API for Linux - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://www.winehq.org/"
    1.15 +WEB_SITE="https://www.winehq.org/"
    1.16 +
    1.17  WANTED="wine"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib/wine $fs/usr/share
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 -	cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
    1.25 -	cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine		
    1.26 +	mkdir -p $fs/usr/lib/wine
    1.27 +	mkdir -p $fs/usr/share
    1.28 +
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30 +	cp -a $install/usr/lib/wine/*.a		$fs/usr/lib/wine
    1.31 +	cp -a $install/usr/lib/wine/*.def*	$fs/usr/lib/wine		
    1.32  }