# HG changeset patch # User Hans-G?nter Theisgen # Date 1593287772 -3600 # Node ID 6716e6b0b40357d9dca74e9152842b7f363bfa4c # Parent 552b6385544912564bd9094a31a029ac77bdf4d4 updated fuse2 (2.9.7 -> 2.9.9) diff -r 552b63855449 -r 6716e6b0b403 fuse2/receipt --- a/fuse2/receipt Sat Jun 27 16:40:22 2020 +0100 +++ b/fuse2/receipt Sat Jun 27 20:56:12 2020 +0100 @@ -1,10 +1,10 @@ # SliTaz package receipt v2. PACKAGE="fuse2" -VERSION="2.9.7" +VERSION="2.9.9" CATEGORY="system-tools" SHORT_DESC="FUSE Filsystem in Userspace, compatible with GVFS" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/libfuse/libfuse" LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/fuse2.html" @@ -16,10 +16,12 @@ BUILD_DEPENDS="util-linux-mount" SPLIT="$PACKAGE-dev" -compile_rules() { +compile_rules() +{ export MOUNT_FUSE_PATH=/usr/bin - ./configure \ - --disable-static \ + + ./configure \ + --disable-static \ $CONFIGURE_ARGS && fix libtool && make && @@ -35,7 +37,8 @@ cook_pick_docs doc/how-fuse-works doc/kernel.txt } -genpkg_rules() { +genpkg_rules() +{ case $PACKAGE in fuse2) copy @std