wok-next diff dosfstools/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 c4e53a39395a
children
line diff
     1.1 --- a/dosfstools/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/dosfstools/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="4.1"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Tools to create and check DOS filesystems"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="https://github.com/dosfstools/dosfstools/"
    1.11  
    1.12 @@ -13,15 +13,13 @@
    1.13  
    1.14  BUILD_DEPENDS="eudev-dev"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 -	./configure $CONFIGURE_ARGS && make && make install
    1.20 +compile_rules() {
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23 +	make install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	copy @std
    1.31  	DEPENDS="eudev"
    1.32  }