wok-next diff libnxml/receipt @ rev 20959

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents be4a09f51254
children d5aab818505e
line diff
     1.1 --- a/libnxml/receipt	Fri Jul 28 16:17:27 2017 +0300
     1.2 +++ b/libnxml/receipt	Thu Sep 06 11:27:41 2018 +0200
     1.3 @@ -15,15 +15,14 @@
     1.4  BUILD_DEPENDS="gfortran curl-dev"
     1.5  SPLIT="libnxml-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -	./configure $CONFIGURE_ARGS && make && make install
    1.11 +compile_rules() {
    1.12 +	./configure $CONFIGURE_ARGS &&
    1.13 +	fix libtool &&
    1.14 +	make &&
    1.15 +	make install
    1.16  }
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	case $PACKAGE in
    1.23  		libnxml)
    1.24  			copy @std