# HG changeset patch # User Hans-G?nter Theisgen # Date 1647941095 -3600 # Node ID b087c7dc538d681f42f62bb3c1f0040b679a06f1 # Parent a9879c37011cab4cb8816ef6bf47d9ec84331ec9 updated libisofs and libisofs-dev (1.5.2 -> 1.5.4) diff -r a9879c37011c -r b087c7dc538d libisofs-dev/receipt --- a/libisofs-dev/receipt Tue Mar 22 10:00:57 2022 +0100 +++ b/libisofs-dev/receipt Tue Mar 22 10:24:55 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="libisofs-dev" -VERSION="1.5.2" +VERSION="1.5.4" CATEGORY="development" -SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks." +SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks - development files." MAINTAINER="devl547@gmail.com" LICENSE="GPL2" WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs" @@ -14,9 +14,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + get_dev_files } diff -r a9879c37011c -r b087c7dc538d libisofs/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libisofs/description.txt Tue Mar 22 10:24:55 2022 +0100 @@ -0,0 +1,6 @@ +Libisofs is a library to create an ISO-9660 filesystem, supports extensions +like RockRidge or Joliet, and introduces an own extension AAIP. +It is a full featured ISO-9660 editor which composes and changes the directory +tree of an ISO image. This tree and its newly imported data file contents get +then written as independent single-session image or as add-on session for the +image from where the tree was originally loaded. diff -r a9879c37011c -r b087c7dc538d libisofs/receipt --- a/libisofs/receipt Tue Mar 22 10:00:57 2022 +0100 +++ b/libisofs/receipt Tue Mar 22 10:24:55 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libisofs" -VERSION="1.5.2" +VERSION="1.5.4" CATEGORY="utilities" SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks." MAINTAINER="devl547@gmail.com" @@ -22,13 +22,12 @@ compile_rules() { ./configure $CONFIGURE_ARGS && - make -j1 && - make -j1 install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }