wok rev 23014

updated libburn and libburn-dev (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Tue Mar 03 10:52:31 2020 +0100 (2020-03-03)
parents 30054e3f93e9
children 0a32887d9b8c
files libburn-dev/receipt libburn/receipt
line diff
     1.1 --- a/libburn-dev/receipt	Tue Mar 03 10:42:56 2020 +0100
     1.2 +++ b/libburn-dev/receipt	Tue Mar 03 10:52:31 2020 +0100
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libburn-dev"
     1.7 -VERSION="1.5.0"
     1.8 +VERSION="1.5.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks."
    1.11 +SHORT_DESC="Library for reading, mastering and writing optical disks - development files."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://libburnia-project.org/"
    1.15 +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home"
    1.16  
    1.17 +DEPENDS="libburn pkg-config"
    1.18  WANTED="libburn"
    1.19 -DEPENDS="libburn pkg-config"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25  
    1.26 +	cp -a $install/usr/include		$fs/usr
    1.27  	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.28 -	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.30  	cp -a $install/usr/share		$fs/usr
    1.31 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32  }
     2.1 --- a/libburn/receipt	Tue Mar 03 10:42:56 2020 +0100
     2.2 +++ b/libburn/receipt	Tue Mar 03 10:52:31 2020 +0100
     2.3 @@ -1,12 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libburn"
     2.7 -VERSION="1.5.0"
     2.8 +VERSION="1.5.2"
     2.9  CATEGORY="utilities"
    2.10 -SHORT_DESC="libburnia is a project for reading, mastering and writing optical disks."
    2.11 +SHORT_DESC="Library for reading, mastering and writing optical disks."
    2.12  MAINTAINER="devl547@gmail.com"
    2.13  LICENSE="GPL2"
    2.14 -WEB_SITE="http://libburnia-project.org/"
    2.15 +WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home"
    2.16  
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18  WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
    2.19 @@ -23,5 +23,5 @@
    2.20  genpkg_rules()
    2.21  {
    2.22  	mkdir -p $fs/usr/lib
    2.23 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.24 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.25  }