system/squashfuse: Updated for version 0.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
xaizek 2023-11-29 06:08:39 +09:00 committed by Willy Sudiarto Raharjo
parent debae081f7
commit 5706279dc4
4 changed files with 13 additions and 9 deletions

View file

@ -1,3 +1,6 @@
Squashfuse lets you mount SquashFS archives in user-space.
It supports almost all features of the SquashFS format,
yet is still fast and memory-efficient.
It provides two binaries and two libraries, one pair uses high-level
FUSE API and another faster low-level API (these have "_ll" suffix).

View file

@ -10,10 +10,10 @@ squashfuse: squashfuse (FUSE filesystem to mount squashfs archives)
squashfuse:
squashfuse: Squashfuse lets you mount SquashFS archives in user-space. It
squashfuse: supports almost all features of the SquashFS format, yet is still
squashfuse: fast and memory-efficient. So that everyone can use it, squashfuse
squashfuse: supports many different operating systems and is available under a
squashfuse: permissing license.
squashfuse: fast and memory-efficient.
squashfuse:
squashfuse: It provides two binaries and two libraries, one pair uses high-level
squashfuse: FUSE API and another faster low-level API (these have "_ll" suffix).
squashfuse:
squashfuse: Homepage: https://github.com/vasi/squashfuse
squashfuse:
squashfuse:

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=squashfuse
VERSION=${VERSION:-0.1.104}
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -85,12 +85,13 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
--disable-demo \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="squashfuse"
VERSION="0.1.104"
VERSION="0.5.0"
HOMEPAGE="https://github.com/vasi/squashfuse"
DOWNLOAD="https://github.com/vasi/squashfuse/releases/download/0.1.104/squashfuse-0.1.104.tar.gz"
MD5SUM="39e325e441779a0b7f9100a249bd4790"
DOWNLOAD="https://github.com/vasi/squashfuse/releases/download/0.5.0/squashfuse-0.5.0.tar.gz"
MD5SUM="753b8a9e12a9c939b497152cb23da7ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""