wok diff libsdl2-net/receipt @ rev 23035

updated libgdiplus and libggdiplus-dev again (2.10 -> 6.0.4)
author Hans-G?nter Theisgen
date Wed Mar 04 07:34:27 2020 +0100 (2020-03-04)
parents 22e3b60d4248
children ede1d184d5c5
line diff
     1.1 --- a/libsdl2-net/receipt	Wed Sep 10 10:52:57 2014 +0200
     1.2 +++ b/libsdl2-net/receipt	Wed Mar 04 07:34:27 2020 +0100
     1.3 @@ -1,24 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl2-net"
     1.7 -SOURCE="SDL2_net"
     1.8 -VERSION="2.0.0"
     1.9 +VERSION="2.0.1"
    1.10  CATEGORY="x-window"
    1.11  SHORT_DESC="SDL2 net support."
    1.12  MAINTAINER="tcg.thegamer@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    1.15 +
    1.16 +SOURCE="SDL2_net"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    1.19  WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="libsdl2"
    1.23  BUILD_DEPENDS="libsdl2-dev"
    1.24  
    1.25 +HOST_ARCH="i486 arm"
    1.26 +
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure $CONFIGURE_ARGS && make && make install
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32 +	make -j 1 &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.