wok rev 23077

updated libisofs and libisofs-dev (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Tue Mar 10 14:37:29 2020 +0100 (2020-03-10)
parents 749347c24b5c
children 573f08ef81b5
files libisofs-dev/receipt libisofs/receipt
line diff
     1.1 --- a/libisofs-dev/receipt	Tue Mar 10 14:25:03 2020 +0100
     1.2 +++ b/libisofs-dev/receipt	Tue Mar 10 14:37:29 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs-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  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs"
    1.14  
    1.15 +DEPENDS="libisofs pkg-config"
    1.16  WANTED="libisofs"
    1.17 -DEPENDS="libisofs pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
     2.1 --- a/libisofs/receipt	Tue Mar 10 14:25:03 2020 +0100
     2.2 +++ b/libisofs/receipt	Tue Mar 10 14:37:29 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libisofs"
     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  MAINTAINER="devl547@gmail.com"
    2.12 @@ -23,5 +23,5 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.17 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.18  }