mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/fuse3: Update to version 3.9.0.
and remove the /dev/fuse that is installed (already system provided). Thanks Urchlay
This commit is contained in:
parent
7829ec0716
commit
6663ad6b2b
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=fuse3
|
PRGNAM=fuse3
|
||||||
VERSION=${VERSION:-3.3.0}
|
VERSION=${VERSION:-3.9.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -79,6 +79,7 @@ meson build \
|
||||||
--mandir="/usr/man"
|
--mandir="/usr/man"
|
||||||
ninja -C build
|
ninja -C build
|
||||||
DESTDIR=$PKG ninja -C build install
|
DESTDIR=$PKG ninja -C build install
|
||||||
|
rm -rf $PKG/dev $PKG/etc/udev
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fuse3"
|
PRGNAM="fuse3"
|
||||||
VERSION="3.3.0"
|
VERSION="3.9.0"
|
||||||
HOMEPAGE="https://github.com/libfuse/libfuse"
|
HOMEPAGE="https://github.com/libfuse/libfuse"
|
||||||
DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.3.0/fuse-3.3.0.tar.xz"
|
DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.9.0/fuse-3.9.0.tar.xz"
|
||||||
MD5SUM="2568a6bd41f5a4dead66e119a83cebaf"
|
MD5SUM="5dc2be21c0d06c7eace340996e8a37e2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="meson"
|
REQUIRES="meson"
|
||||||
|
|
Loading…
Reference in a new issue