wok diff libsdl2-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 34e801e0eb52
children
line diff
     1.1 --- a/libsdl2-dev/receipt	Sat Feb 19 14:19:02 2022 +0000
     1.2 +++ b/libsdl2-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl2-dev"
     1.7 -VERSION="2.0.12"
     1.8 +VERSION="2.0.20"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A cross-platform interactive media development library - development files."
    1.11  MAINTAINER="tcg.thegamer@gmail.com"
    1.12  LICENSE="zlib/libpng"
    1.13 -WEB_SITE="http://libsdl.org"
    1.14 +WEB_SITE="https://libsdl.org/"
    1.15  
    1.16  DEPENDS="libsdl2 pkg-config"
    1.17  WANTED="libsdl2"
    1.18 @@ -14,10 +14,6 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/share		$fs/usr
    1.25 -	cp -a $install/usr/include		$fs/usr
    1.26 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.28 +	get_dev_files
    1.29 +	cook_copy_folders	aclocal
    1.30  }