wok-next rev 21669
updated fuse3 (3.2.4 -> 3.9.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 21:00:55 2020 +0100 (2020-06-27) |
parents | 6716e6b0b403 |
children | 2b1d3509e089 |
files | fuse3/receipt |
line diff
1.1 --- a/fuse3/receipt Sat Jun 27 20:56:12 2020 +0100 1.2 +++ b/fuse3/receipt Sat Jun 27 21:00:55 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="fuse3" 1.7 -VERSION="3.2.6" 1.8 +VERSION="3.9.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="FUSE Filsystem in Userspace" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -13,18 +13,18 @@ 1.13 TARBALL="fuse-$VERSION.tar.xz" 1.14 WGET_URL="https://github.com/libfuse/libfuse/releases/download/fuse-$VERSION/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="meson ninja eudev-dev" 1.17 +BUILD_DEPENDS="eudev-dev meson ninja" 1.18 SPLIT="fuse-common $PACKAGE $PACKAGE-dev" 1.19 1.20 -compile_rules() { 1.21 +compile_rules() 1.22 +{ 1.23 mkdir build 1.24 cd build 1.25 1.26 - meson \ 1.27 - --prefix=/usr \ 1.28 - --sbindir=bin \ 1.29 - --libdir=lib \ 1.30 - .. && 1.31 + meson .. \ 1.32 + --prefix=/usr \ 1.33 + --sbindir=bin \ 1.34 + --libdir=lib && 1.35 ninja && 1.36 ninja install || return 1 1.37 1.38 @@ -32,13 +32,14 @@ 1.39 # handled by udev 1.40 rm -rf $install/dev 1.41 1.42 - install -Dm644 $stuff/fuse.conf $install/etc/fuse.conf 1.43 + install -Dm644 $stuff/fuse.conf $install/etc/fuse.conf 1.44 1.45 cook_pick_docs $src/doc/html/ $src/doc/*.txt $src/doc/*.pdf 1.46 } 1.47 1.48 # packaging notes: https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0 1.49 -genpkg_rules() { 1.50 +genpkg_rules() 1.51 +{ 1.52 case $PACKAGE in 1.53 fuse-common) 1.54 copy fuse.conf *.rules