wok diff libdvdread-dev/receipt @ rev 23035

updated libgdiplus and libggdiplus-dev again (2.10 -> 6.0.4)
author Hans-G?nter Theisgen
date Wed Mar 04 07:34:27 2020 +0100 (2020-03-04)
parents 797d6c2327f1
children 95220f1f0db1
line diff
     1.1 --- a/libdvdread-dev/receipt	Tue Nov 12 23:58:25 2019 -0500
     1.2 +++ b/libdvdread-dev/receipt	Wed Mar 04 07:34:27 2020 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="libdvdread-dev"
     1.7 -VERSION="6.0.1"
     1.8 +VERSION="6.0.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Library for reading DVDs - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://dvdnav.mplayerhq.hu/"
    1.14  
    1.15 +DEPENDS="libdvdread pkg-config"
    1.16  WANTED="libdvdread"
    1.17 -DEPENDS="libdvdread pkg-config"
    1.18  
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $install/usr/include $fs/usr
    1.23 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +
    1.25 +	cp -a $install/usr/include		$fs/usr
    1.26 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.27  }