diff options
author | xaizek <xaizek@posteo.net> | 2023-11-29 06:08:39 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-29 12:08:12 +0700 |
commit | 5706279dc40e2106e9f32caf1e9c02c2d6f007a5 (patch) | |
tree | 753d9a94d1562392ddd8fe6a585aa00720812d51 /system/squashfuse | |
parent | debae081f7d7d1ebbd2d27b35274be5c1997caa5 (diff) |
system/squashfuse: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/squashfuse')
-rw-r--r-- | system/squashfuse/README | 3 | ||||
-rw-r--r-- | system/squashfuse/slack-desc | 8 | ||||
-rw-r--r-- | system/squashfuse/squashfuse.SlackBuild | 5 | ||||
-rw-r--r-- | system/squashfuse/squashfuse.info | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/system/squashfuse/README b/system/squashfuse/README index 6507f77bc010..7b09573dcf82 100644 --- a/system/squashfuse/README +++ b/system/squashfuse/README @@ -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). diff --git a/system/squashfuse/slack-desc b/system/squashfuse/slack-desc index 40377d0a76b3..83565cac8cf2 100644 --- a/system/squashfuse/slack-desc +++ b/system/squashfuse/slack-desc @@ -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: diff --git a/system/squashfuse/squashfuse.SlackBuild b/system/squashfuse/squashfuse.SlackBuild index d18093050bb9..0fbf104c447d 100644 --- a/system/squashfuse/squashfuse.SlackBuild +++ b/system/squashfuse/squashfuse.SlackBuild @@ -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 diff --git a/system/squashfuse/squashfuse.info b/system/squashfuse/squashfuse.info index e6027eee4bae..6bfed4caa3af 100644 --- a/system/squashfuse/squashfuse.info +++ b/system/squashfuse/squashfuse.info @@ -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="" |