wok diff libdvdnav/receipt @ rev 24981

Up pce (20220220-991c55d9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 10:57:53 2022 +0000 (2022-05-08)
parents 241fb98cab1c
children
line diff
     1.1 --- a/libdvdnav/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/libdvdnav/receipt	Sun May 08 10:57:53 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdvdnav"
     1.7 -VERSION="6.0.1"
     1.8 +VERSION="6.1.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Library for navigating a DVD."
    1.11  MAINTAINER="mojo@slitaz.org"
    1.12 @@ -23,15 +23,14 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure \
    1.17 +	./configure		\
    1.18  		$CONFIGURE_ARGS &&
    1.19 -	make &&	
    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  }