wok-next rev 21668

updated fuse2 (2.9.7 -> 2.9.9)
author Hans-G?nter Theisgen
date Sat Jun 27 20:56:12 2020 +0100 (2020-06-27)
parents 552b63855449
children 04e5981f79b9
files fuse2/receipt
line diff
     1.1 --- a/fuse2/receipt	Sat Jun 27 16:40:22 2020 +0100
     1.2 +++ b/fuse2/receipt	Sat Jun 27 20:56:12 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="fuse2"
     1.7 -VERSION="2.9.7"
     1.8 +VERSION="2.9.9"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="FUSE Filsystem in Userspace, compatible with GVFS"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://github.com/libfuse/libfuse"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/fuse2.html"
    1.16 @@ -16,10 +16,12 @@
    1.17  BUILD_DEPENDS="util-linux-mount"
    1.18  SPLIT="$PACKAGE-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 +compile_rules()
    1.22 +{
    1.23  	export MOUNT_FUSE_PATH=/usr/bin
    1.24 -	./configure \
    1.25 -		--disable-static \
    1.26 +
    1.27 +	./configure			\
    1.28 +		--disable-static	\
    1.29  		$CONFIGURE_ARGS &&
    1.30  	fix libtool &&
    1.31  	make &&
    1.32 @@ -35,7 +37,8 @@
    1.33  	cook_pick_docs doc/how-fuse-works doc/kernel.txt
    1.34  }
    1.35  
    1.36 -genpkg_rules() {
    1.37 +genpkg_rules()
    1.38 +{
    1.39  	case $PACKAGE in
    1.40  		fuse2)
    1.41  			copy @std