wok-next diff libcdio-paranoia/receipt @ rev 20683

Up pciids (20180517), usbids (20180504)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 18 15:15:42 2018 +0300 (2018-05-18)
parents 2e9df1b30cc2
children d5aab818505e
line diff
     1.1 --- a/libcdio-paranoia/receipt	Thu Aug 31 03:20:51 2017 +0300
     1.2 +++ b/libcdio-paranoia/receipt	Fri May 18 15:15:42 2018 +0300
     1.3 @@ -14,20 +14,18 @@
     1.4  BUILD_DEPENDS="libcdio-dev"
     1.5  SPLIT="libcdio-paranoia-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--enable-cpp-progs \
    1.13  		--disable-static \
    1.14  		--disable-example-progs \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make && make install
    1.17 +	fix libtool &&
    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 +genpkg_rules() {
    1.26  	case $PACKAGE in
    1.27  		libcdio-paranoia)
    1.28  			copy @std