wok-next diff wine/receipt @ rev 20342

gkII: tiny png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 17 15:57:17 2017 +0100 (2017-11-17)
parents 51b5a0f8eb96
children dd145c435e4b
line diff
     1.1 --- a/wine/receipt	Sun Oct 22 00:39:40 2017 +0200
     1.2 +++ b/wine/receipt	Fri Nov 17 15:57:17 2017 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine"
     1.7 -VERSION="2.19"
     1.8 +VERSION="2.5"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Windows API for Linux."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.winehq.org/"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  TAGS="windows emulator" # wine is not an emulator
    1.18 @@ -19,8 +19,6 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23 -
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25  	make $MAKEFLAGS && make install
    1.26  }