wok-current rev 23749
updated xfsprogs (5.2.1 -> 5.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 15:39:32 2020 +0100 (2020-05-01) |
parents | f90a38690df8 |
children | 2efd3a1a1fcc |
files | xfsprogs/receipt |
line diff
1.1 --- a/xfsprogs/receipt Fri May 01 15:05:50 2020 +0100 1.2 +++ b/xfsprogs/receipt Fri May 01 15:39:32 2020 +0100 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