wok diff wine-rt-dev/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents ecb2ef71fecf
children ee1d44476432
line diff
     1.1 --- a/wine-rt-dev/receipt	Sat Apr 05 20:56:22 2014 +0000
     1.2 +++ b/wine-rt-dev/receipt	Fri Jan 03 16:08:36 2020 +0100
     1.3 @@ -1,20 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine-rt-dev"
     1.7 -VERSION="1.7.16"
     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="xj@wp.pl"
    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 +PROVIDE="wine-dev"
    1.18  WANTED="wine-rt"
    1.19 -PROVIDE="wine-dev"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib/wine $fs/usr/share
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
    1.27 -	cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine		
    1.28 +	mkdir -p $fs/usr/lib/wine
    1.29 +	mkdir -p $fs/usr/share
    1.30 +
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32 +	cp -a $install/usr/lib/wine/*.a		$fs/usr/lib/wine
    1.33 +	cp -a $install/usr/lib/wine/*.def*	$fs/usr/lib/wine		
    1.34  }