summaryrefslogtreecommitdiffstats
path: root/system/rar2fs
diff options
context:
space:
mode:
author Mario Preksavec2015-02-04 15:17:39 +0100
committer Willy Sudiarto Raharjo2015-02-07 09:21:06 +0100
commit174c16963a93db34d5d7048b0277412f27b65e25 (patch)
tree6c8cd60140fc1024d51d98c5008976c230f4eeb0 /system/rar2fs
parent7f776bf90866cee746f97ca70912d464f63d7a13 (diff)
downloadslackbuilds-174c16963a93db34d5d7048b0277412f27b65e25.tar.gz
system/rar2fs: Updated for version 1.19.0 + maintainer info
Diffstat (limited to 'system/rar2fs')
-rw-r--r--system/rar2fs/README8
-rw-r--r--system/rar2fs/rar2fs.SlackBuild6
-rw-r--r--system/rar2fs/rar2fs.info10
3 files changed, 13 insertions, 11 deletions
diff --git a/system/rar2fs/README b/system/rar2fs/README
index cdc875baa2..bba78849a1 100644
--- a/system/rar2fs/README
+++ b/system/rar2fs/README
@@ -1,4 +1,6 @@
+rar2fs (a FUSE based file system)
+
rar2fs is a FUSE based file system that can mount a source RAR archive/volume
-or a directory containing any number of RAR archives and access (read only) the
-contents as plain files/directories. Other files located in the source directory
-are handled transparently.
+or a directory containing any number of RAR archives and access (read only)
+the contents as plain files/directories. Other files located in the source
+directory are handled transparently.
diff --git a/system/rar2fs/rar2fs.SlackBuild b/system/rar2fs/rar2fs.SlackBuild
index 1e8bb18e79..12bf2aa101 100644
--- a/system/rar2fs/rar2fs.SlackBuild
+++ b/system/rar2fs/rar2fs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rar2fs
-# Copyright 2011, mario <mario@slackverse.org>
+# Copyright 2011, 2015 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -11,7 +11,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rar2fs
-VERSION=${VERSION:-1.18.0}
+VERSION=${VERSION:-1.19.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/rar2fs/rar2fs.info b/system/rar2fs/rar2fs.info
index 1649e6eab5..434fbe063b 100644
--- a/system/rar2fs/rar2fs.info
+++ b/system/rar2fs/rar2fs.info
@@ -1,10 +1,10 @@
PRGNAM="rar2fs"
-VERSION="1.18.0"
+VERSION="1.19.0"
HOMEPAGE="http://rar2fs.googlecode.com/"
-DOWNLOAD="https://rar2fs.googlecode.com/files/rar2fs-1.18.0.tar.gz"
-MD5SUM="4cad3800b0e540d09c5b66e4a3c1e9d2"
+DOWNLOAD="https://rar2fs.googlecode.com/files/rar2fs-1.19.0.tar.gz"
+MD5SUM="2c61af8a8fbe9b97997dc418dc2a9afa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="unrar"
-MAINTAINER="mario"
-EMAIL="mario@slackverse.org"
+MAINTAINER="Mario Preksavec"
+EMAIL="mario at slackware dot hr"