wok diff libsdl2-image/receipt @ rev 22735

updated discount and discount-dev again (2.2.5 -> 2.2.6)
author Hans-G?nter Theisgen
date Thu Jan 23 17:34:22 2020 +0100 (2020-01-23)
parents 6c18318f82e7
children da134f47b369
line diff
     1.1 --- a/libsdl2-image/receipt	Wed Sep 10 10:52:10 2014 +0200
     1.2 +++ b/libsdl2-image/receipt	Thu Jan 23 17:34:22 2020 +0100
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl2-image"
     1.7 -SOURCE="SDL2_image"
     1.8 -VERSION="2.0.0"
     1.9 +VERSION="2.0.4"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="An image file loading library."
    1.12  MAINTAINER="tcg.thegamer@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    1.15 +
    1.16 +SOURCE="SDL2_image"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    1.19  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
    1.20 +
    1.21 +DEPENDS="jpeg libpng libsdl2 tiff zlib"
    1.22 +BUILD_DEPENDS="jpeg-dev libpng-dev libsdl2-dev tiff-dev zlib-dev"
    1.23 +
    1.24  HOST_ARCH="i486 arm"
    1.25  
    1.26 -DEPENDS="libsdl2 libpng jpeg zlib tiff"
    1.27 -BUILD_DEPENDS="libsdl2-dev libpng-dev jpeg-dev zlib-dev tiff-dev"
    1.28 -
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32  	./configure $CONFIGURE_ARGS \
    1.33  		LIBS=" -lz " &&
    1.34 -	make && make install
    1.35 +	make -j 1 &&
    1.36 +	make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.