summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/archivemount/README13
-rw-r--r--system/archivemount/archivemount.SlackBuild10
-rw-r--r--system/archivemount/archivemount.info6
-rw-r--r--system/archivemount/slack-desc2
4 files changed, 17 insertions, 14 deletions
diff --git a/system/archivemount/README b/system/archivemount/README
index 51d606e0fe..c3cec52a31 100644
--- a/system/archivemount/README
+++ b/system/archivemount/README
@@ -1,9 +1,10 @@
archivemount (mounts an archive for access as a file system)
-archivemount is a FUSE based file system. Its purpose is to mount an
-archive on a mount point where it can be read from or written to as
-with any other file system. This makes accessing the contents of the
-archive, which may be compressed, transparent to other programs, without
-decompressing them.
+archivemount is a FUSE based file system. Its purpose is to mount
+an archive on a mount point where it can be read from or written to
+as with any other file system. This makes accessing the contents of
+the archive, which may be compressed, transparent to other programs,
+without decompressing them.
-Supported archive formats: tar, pax, cpio, iso9660 (CD-ROM) images, zip, shar.
+Supported archive formats: tar, pax, cpio, iso9660 (CD-ROM) images,
+zip, shar. Other archive types such as rar and 7z may also work.
diff --git a/system/archivemount/archivemount.SlackBuild b/system/archivemount/archivemount.SlackBuild
index 5c2a6bee93..4b2001ae1d 100644
--- a/system/archivemount/archivemount.SlackBuild
+++ b/system/archivemount/archivemount.SlackBuild
@@ -6,8 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20200923 bkw: Update for v0.9.1. Thanks to Alexander Verbovetsky
+# for pointing out the real homepage and new version of archivemount.
+# Also, reflowed the README, all the lines are <= 72 characters now.
+
PRGNAM=archivemount
-VERSION=${VERSION:-0.8.7}
+VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,13 +44,11 @@ fi
set -e
-TARBALL="${PRGNAM}_${VERSION}.orig.tar.gz"
-
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$TARBALL
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
diff --git a/system/archivemount/archivemount.info b/system/archivemount/archivemount.info
index e41242dba7..49ce53cd5c 100644
--- a/system/archivemount/archivemount.info
+++ b/system/archivemount/archivemount.info
@@ -1,7 +1,7 @@
PRGNAM="archivemount"
-VERSION="0.8.7"
-HOMEPAGE="https://packages.debian.org/sid/utils/archivemount"
-DOWNLOAD="http://deb.debian.org/debian/pool/main/a/archivemount/archivemount_0.8.7.orig.tar.gz"
+VERSION="0.9.1"
+HOMEPAGE="https://www.cybernoia.de/software/archivemount.html"
+DOWNLOAD="https://www.cybernoia.de/software/archivemount/archivemount-0.9.1.tar.gz"
MD5SUM="7fee322a4b1d960e19a64870ca78924b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
diff --git a/system/archivemount/slack-desc b/system/archivemount/slack-desc
index 1b5ba3eb2d..c87b440dae 100644
--- a/system/archivemount/slack-desc
+++ b/system/archivemount/slack-desc
@@ -15,5 +15,5 @@ archivemount: the archive, which may be compressed, transparent to other program
archivemount: without decompressing them.
archivemount:
archivemount: Supported archive formats: tar, pax, cpio, iso9660 (CD-ROM) images,
-archivemount: zip, shar.
+archivemount: zip, shar. Other archive types such as rar and 7z may also work.
archivemount: