wok diff libsdl2-dev/receipt @ rev 21651

Up ffmpegthumbnailer-dev (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 11:18:15 2019 +0200 (2019-05-30)
parents fc9203de5ff2
children 34efa48682ba
line diff
     1.1 --- a/libsdl2-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/libsdl2-dev/receipt	Thu May 30 11:18:15 2019 +0200
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl2-dev"
     1.7 -VERSION="2.0.3"
     1.8 +VERSION="2.0.9"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="a cross-platform interactive media development library - dev files"
    1.11 +SHORT_DESC="A cross-platform interactive media development library - development files."
    1.12  MAINTAINER="tcg.thegamer@gmail.com"
    1.13  LICENSE="zlib/libpng"
    1.14 +WEB_SITE="http://libsdl.org"
    1.15 +
    1.16  TARBALL="SDL2-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://libsdl.org"
    1.18  WGET_URL="${WEB_SITE}/release/${TARBALL}"
    1.19  
    1.20  WANTED="libsdl2"
    1.21 -
    1.22  DEPENDS="libsdl2 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/share $fs/usr
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.32 +
    1.33 +	cp -a $install/usr/share		$fs/usr
    1.34 +	cp -a $install/usr/include		$fs/usr
    1.35 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.36 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.37  }