wok-next rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents 320a68949c99
children 43d01f45d682
files f2fs-tools/receipt
line diff
     1.1 --- a/f2fs-tools/receipt	Fri Jun 26 10:45:57 2020 +0100
     1.2 +++ b/f2fs-tools/receipt	Fri Jun 26 11:04:48 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="f2fs-tools"
     1.7 -VERSION="1.8.0"
     1.8 +VERSION="1.13.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Userland tools for the Flash-Friendly File System (F2FS)"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,7 +14,8 @@
    1.13  BUILD_DEPENDS="automake libtool util-linux-uuid-dev"
    1.14  SPLIT="$PACKAGE-dev"
    1.15  
    1.16 -compile_rules() {
    1.17 +compile_rules()
    1.18 +{
    1.19  	autoreconf -fi &&
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	fix libtool &&
    1.22 @@ -22,7 +23,8 @@
    1.23  	make install
    1.24  }
    1.25  
    1.26 -genpkg_rules() {
    1.27 +genpkg_rules()
    1.28 +{
    1.29  	case $PACKAGE in
    1.30  		*-tools)
    1.31  			copy @std