wok diff libdvdread/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 6acb25436157
children ede1d184d5c5
line diff
     1.1 --- a/libdvdread/receipt	Mon Apr 01 15:40:03 2019 +0100
     1.2 +++ b/libdvdread/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdvdread"
     1.7 -VERSION="6.0.1"
     1.8 +VERSION="6.0.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Library for reading DVDs."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -17,6 +17,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  #	patch -Np1 -i $stuff/DVDFileStat.patch
    1.16 +
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18  	make -j 1 &&
    1.19  	make install
    1.20 @@ -26,5 +27,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.26  }