wok diff libdvdread/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents ede1d184d5c5
children
line diff
     1.1 --- a/libdvdread/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/libdvdread/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdvdread"
     1.7 -VERSION="6.0.2"
     1.8 +VERSION="6.1.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Library for reading DVDs."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -23,16 +23,13 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -#	patch -Np1 -i $stuff/DVDFileStat.patch
    1.17 -
    1.18  	./configure $CONFIGURE_ARGS &&
    1.19 -	make -j 1 &&
    1.20 +	make &&
    1.21  	make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.29 +	cook_copy_files	*.so*
    1.30  }