wok diff xfsprogs/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
parents fca6217790af
children 71360a13cd94
line diff
     1.1 --- a/xfsprogs/receipt	Thu Nov 07 17:26:21 2019 +0100
     1.2 +++ b/xfsprogs/receipt	Tue Nov 16 17:16:48 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfsprogs"
     1.7 -VERSION="5.2.1"
     1.8 +VERSION="5.6.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-systems."
    1.11  MAINTAINER="patel@math.uga.edu"
    1.12 @@ -18,9 +18,11 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	sed -i 's/--best -c/-9 -c/' include/buildmacros
    1.17 -	sed -i -e  's/lt_shell_append=yes/lt_shell_append=no/' \
    1.18 -		-e 's/DDEBUG/DNODEBUG/' configure
    1.19 +	sed -i 's/--best -c/-9 -c/' \
    1.20 +		include/buildmacros
    1.21 +	sed -i	-e 's/lt_shell_append=yes/lt_shell_append=no/' \
    1.22 +		-e 's/DDEBUG/DNODEBUG/' \
    1.23 +		configure
    1.24  
    1.25  	./configure		\
    1.26  		$CONFIGURE_ARGS || return 1