wok rev 24802

updated libisofs and libisofs-dev (1.5.2 -> 1.5.4)
author Hans-G?nter Theisgen
date Tue Mar 22 10:24:55 2022 +0100 (2022-03-22)
parents a9879c37011c
children 72237c062f53
files libisofs-dev/receipt libisofs/description.txt libisofs/receipt
line diff
     1.1 --- a/libisofs-dev/receipt	Tue Mar 22 10:00:57 2022 +0100
     1.2 +++ b/libisofs-dev/receipt	Tue Mar 22 10:24:55 2022 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs-dev"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks."
    1.11 +SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks - development files."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs"
    1.15 @@ -14,9 +14,5 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/lib
    1.20 -
    1.21 -	cp -a $install/usr/lib/*a		$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 +	get_dev_files
    1.25  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libisofs/description.txt	Tue Mar 22 10:24:55 2022 +0100
     2.3 @@ -0,0 +1,6 @@
     2.4 +Libisofs is a library to create an ISO-9660 filesystem, supports extensions
     2.5 +like RockRidge or Joliet, and introduces an own extension AAIP.
     2.6 +It is a full featured ISO-9660 editor which composes and changes the directory
     2.7 +tree of an ISO image. This tree and its newly imported data file contents get
     2.8 +then written as independent single-session image or as add-on session for the
     2.9 +image from where the tree was originally loaded.
     3.1 --- a/libisofs/receipt	Tue Mar 22 10:00:57 2022 +0100
     3.2 +++ b/libisofs/receipt	Tue Mar 22 10:24:55 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libisofs"
     3.7 -VERSION="1.5.2"
     3.8 +VERSION="1.5.4"
     3.9  CATEGORY="utilities"
    3.10  SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks."
    3.11  MAINTAINER="devl547@gmail.com"
    3.12 @@ -22,13 +22,12 @@
    3.13  compile_rules()
    3.14  {
    3.15  	./configure $CONFIGURE_ARGS &&
    3.16 -	make -j1 &&
    3.17 -	make -j1 install
    3.18 +	make &&
    3.19 +	make install
    3.20  }
    3.21  
    3.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.23  genpkg_rules()
    3.24  {
    3.25 -	mkdir -p $fs/usr/lib
    3.26 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.27 +	cook_copy_files	*.so*
    3.28  }