wok diff libsdl2-image/receipt @ rev 24824

updated libsdl2-image and libsdl2-image-dev (2.0.4 -> 2.0.5)
author Hans-G?nter Theisgen
date Wed Mar 23 16:49:16 2022 +0100 (2022-03-23)
parents ede1d184d5c5
children
line diff
     1.1 --- a/libsdl2-image/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/libsdl2-image/receipt	Wed Mar 23 16:49:16 2022 +0100
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="An image file loading library."
     1.6  MAINTAINER="tcg.thegamer@gmail.com"
     1.7 -LICENSE="LGPL2.1"
     1.8 -WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
     1.9 +LICENSE="Zlib"
    1.10 +WEB_SITE="https://www.libsdl.org/projects/SDL_image/"
    1.11 +REPOLOGY="sdl2-image"
    1.12  
    1.13  SOURCE="SDL2_image"
    1.14  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 -WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
    1.16 +WGET_URL="${WEB_SITE}release/$TARBALL"
    1.17  
    1.18  DEPENDS="jpeg libpng libsdl2 tiff zlib"
    1.19  BUILD_DEPENDS="jpeg-dev libpng-dev libsdl2-dev tiff-dev zlib-dev"
    1.20 @@ -27,15 +28,15 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	./configure $CONFIGURE_ARGS \
    1.25 -		LIBS=" -lz " &&
    1.26 -	make -j 1 &&
    1.27 +	./configure		\
    1.28 +		LIBS=" -lz "	\
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31  	make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	mkdir -p $fs/usr/lib
    1.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.39 +	cook_copy_files	*.so*
    1.40  }