wok-next diff libconfig/receipt @ rev 20586

Up cvs, apply patches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 14:19:43 2018 +0300 (2018-04-14)
parents 46d3691a4f80
children e7a485521d6a
line diff
     1.1 --- a/libconfig/receipt	Thu Jul 20 00:33:52 2017 +0300
     1.2 +++ b/libconfig/receipt	Sat Apr 14 14:19:43 2018 +0300
     1.3 @@ -14,18 +14,17 @@
     1.4  BUILD_DEPENDS="texinfo"
     1.5  SPLIT="libconfig-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	# See: https://github.com/hyperrealm/libconfig/issues/47
    1.12  	rm lib/scanner.c
    1.13  
    1.14 -	./configure $CONFIGURE_ARGS && make && make install
    1.15 +	./configure $CONFIGURE_ARGS &&
    1.16 +	fix libtool &&
    1.17 +	make &&
    1.18 +	make install
    1.19  }
    1.20  
    1.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 -genpkg_rules()
    1.23 -{
    1.24 +genpkg_rules() {
    1.25  	case $PACKAGE in
    1.26  		libconfig) copy @std;;
    1.27  		*-dev)     copy @dev;;