diff options
author | B. Watson <yalhcru@gmail.com> | 2020-09-23 14:00:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:59 +0700 |
commit | 32e6330679b4fb0837e35a9a79b25e17b954410e (patch) | |
tree | 21bec9f397dd26230442093927b602944e983804 | |
parent | a0e2b49a6aa473317ee2240f0c57f938cd4a8a29 (diff) | |
download | slackbuilds-32e6330679b4fb0837e35a9a79b25e17b954410e.tar.gz |
system/archivemount: Updated for version 0.9.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/archivemount/README | 13 | ||||
-rw-r--r-- | system/archivemount/archivemount.SlackBuild | 10 | ||||
-rw-r--r-- | system/archivemount/archivemount.info | 6 | ||||
-rw-r--r-- | system/archivemount/slack-desc | 2 |
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: |