wok-next diff f2fs-tools/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 0e8dadf052b9
children d5aab818505e
line diff
     1.1 --- a/f2fs-tools/receipt	Thu Jul 27 00:56:44 2017 +0300
     1.2 +++ b/f2fs-tools/receipt	Sun Aug 12 04:53:45 2018 +0300
     1.3 @@ -14,16 +14,15 @@
     1.4  BUILD_DEPENDS="automake libtool util-linux-uuid-dev"
     1.5  SPLIT="f2fs-tools-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	autoreconf -fi &&
    1.12 -	./configure $CONFIGURE_ARGS && make && make install
    1.13 +	./configure $CONFIGURE_ARGS &&
    1.14 +	fix libtool &&
    1.15 +	make &&
    1.16 +	make install
    1.17  }
    1.18  
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	case $PACKAGE in
    1.24  		*-tools)
    1.25  			copy @std