UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit:
[ BASH | XML | JSON ]

fuse

FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. Fuse also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

Package info

Codename: fuse
Source file: fuse-3.16.2.tar.gz
Source directory: fuse-3.16.2
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.2/packages/f/fuse-3.16.2.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.2/packages/f/fuse-3.16.2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: VeraCrypt, samba.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i '/^udev/,$ s/^/#/' util/meson.build &&

mkdir build &&
cd    build &&

meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release ..

Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install                  &&
chmod u+s /usr/bin/fusermount3 &&

cd ..                          &&
cp -Rv doc/html -T /usr/share/doc/fuse-3.16.2 &&
install -v -m644   doc/{README.NFS,kernel.txt} \
                   /usr/share/doc/fuse-3.16.2


Apache/2.4.62 (Debian) Server at ulfs.org Port 443