wok diff libdvdnav/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 241fb98cab1c
children
line diff
     1.1 --- a/libdvdnav/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/libdvdnav/receipt	Fri Jan 27 10:37:43 2023 +0100
     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  }