wok diff libsdl-image-dev/receipt @ rev 22945

updated iksemel and iksemel-dev again(1.2 -> 1.4.2)
author Hans-G?nter Theisgen
date Fri Feb 28 09:54:23 2020 +0100 (2020-02-28)
parents 4cd474907d60
children
line diff
     1.1 --- a/libsdl-image-dev/receipt	Wed Apr 02 10:38:57 2014 +0200
     1.2 +++ b/libsdl-image-dev/receipt	Fri Feb 28 09:54:23 2020 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl-image-dev"
     1.7 -VERSION="1.2.10"
     1.8 +VERSION="1.2.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files of an image file loading library."
    1.11  MAINTAINER="chadi.elahmad@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    1.14 +
    1.15 +SOURCE="SDL_image"
    1.16  WANTED="libsdl-image"
    1.17 -SOURCE="SDL_image"
    1.18 +DEPENDS="jpeg-dev libpng-dev libsdl-dev libsdl-image pkg-config zlib-dev"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libsdl-image libsdl-dev libpng-dev jpeg-dev zlib-dev pkg-config"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 +
    1.32 +	cp -a $install/usr/lib/*.a		$fs/usr/lib
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35  }