wok diff libisofs/receipt @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents ede1d184d5c5
children 1c88796e4a70
line diff
     1.1 --- a/libisofs/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/libisofs/receipt	Thu May 12 11:01:25 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libisofs"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.4"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -22,13 +22,12 @@
    1.13  compile_rules()
    1.14  {
    1.15  	./configure $CONFIGURE_ARGS &&
    1.16 -	make -j1 &&
    1.17 -	make -j1 install
    1.18 +	make &&
    1.19 +	make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.27 +	cook_copy_files	*.so*
    1.28  }