wok-next diff jfsutils/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 46d3691a4f80
children
line diff
     1.1 --- a/jfsutils/receipt	Thu Jul 20 00:33:52 2017 +0300
     1.2 +++ b/jfsutils/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -7,24 +7,22 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL3"
     1.6  WEB_SITE="http://jfs.sourceforge.net/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/jfsutils.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="${WEB_SITE}project/pub/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="util-linux-uuid-dev"
    1.13  
    1.14 -# Rules to configure and make the package.
    1.15 -compile_rules()
    1.16 -{
    1.17 -	# http://www.linuxfromscratch.org/blfs/view/stable/postlfs/jfsutils.html
    1.18 -	sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c &&
    1.19 +compile_rules() {
    1.20 +	sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c
    1.21  
    1.22 -	./configure $CONFIGURE_ARGS && make && make install
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	make &&
    1.25 +	make install
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	copy @std
    1.33  	DEPENDS="util-linux-uuid"
    1.34  	TAGS="filesystem"