wok rev 23241

updated nfs-utils (2.3.3 -> 2.4.3)
author Hans-G?nter Theisgen
date Wed Mar 25 09:09:26 2020 +0100 (2020-03-25)
parents 08707fe48dcf
children dc1fa2db351e
files newt-dev/receipt nfs-utils/receipt
line diff
     1.1 --- a/newt-dev/receipt	Wed Mar 25 09:00:06 2020 +0100
     1.2 +++ b/newt-dev/receipt	Wed Mar 25 09:09:26 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="newt-dev"
     1.7 -VERSION="0.52.20"
     1.8 +VERSION="0.52.21"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Not Erik's Windowing Toolkit - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/nfs-utils/receipt	Wed Mar 25 09:00:06 2020 +0100
     2.2 +++ b/nfs-utils/receipt	Wed Mar 25 09:09:26 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="nfs-utils"
     2.7 -VERSION="2.3.3"
     2.8 +VERSION="2.4.3"
     2.9  CATEGORY="system-tools"
    2.10  TAGS="filesystem"
    2.11  SHORT_DESC="Network FileSystem tools."
    2.12 @@ -38,7 +38,8 @@
    2.13  	./configure		\
    2.14  		--disable-nfsv4	\
    2.15  		--disable-gss	\
    2.16 -		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    2.17 +		$CONFIGURE_ARGS	\
    2.18 +		${ARCH_ARGS} &&
    2.19  	make &&
    2.20  	make install
    2.21  }