diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-12-12 11:57:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 11:57:48 -0600 |
commit | 0a364ebfed4a1ed228ad50058fd85c91a509d1f1 (patch) | |
tree | 6343c1d8cbeeb72ba061748b9748ba4ad69a3caa /system/fsarchiver | |
parent | 921871ca3e41e1094a91177632d22b6c7c148b32 (diff) |
system/fsarchiver: Updated for version 0.6.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/fsarchiver')
-rw-r--r-- | system/fsarchiver/README | 16 | ||||
-rw-r--r-- | system/fsarchiver/fsarchiver.SlackBuild | 4 | ||||
-rw-r--r-- | system/fsarchiver/fsarchiver.info | 8 | ||||
-rw-r--r-- | system/fsarchiver/slack-desc | 1 |
4 files changed, 11 insertions, 18 deletions
diff --git a/system/fsarchiver/README b/system/fsarchiver/README index f5cfdc325519..c434beadce62 100644 --- a/system/fsarchiver/README +++ b/system/fsarchiver/README @@ -1,18 +1,12 @@ FSArchiver is a system tool that allows you to save the contents of -a file-system to a compressed archive file. The file-system can be +a filesystem to a compressed archive file. The filesystem can be restored on a partition which has a different size and it can be -restored on a different file-system. Unlike tar/dar, FSArchiver -also creates the file-system when it extracts the data to partitions. +restored on a different filesystem. Unlike tar/dar, FSArchiver +also creates the filesystem when it extracts the data to partitions. Everything is checksummed in the archive in order to protect the data. If the archive is corrupt, you just loose the current file, not the whole archive. -Dependencies: -zlib, bzip2, e2fsprogs and other filesystem tools which are all part -of Slackware. - -There's a manpage now so you can get on usage by doing: -1. fsarchiver -h (for short help) -2. man 8 fsarchiver -3. Or, check out the project website at http://www.fsarchiver.org/Main_Page +There's a manpage now so you can get on usage by doing +"fsarchiver -h" (for short help) or "man 8 fsarchiver" diff --git a/system/fsarchiver/fsarchiver.SlackBuild b/system/fsarchiver/fsarchiver.SlackBuild index 6c5b13ad68b8..b5f0c9adbc1a 100644 --- a/system/fsarchiver/fsarchiver.SlackBuild +++ b/system/fsarchiver/fsarchiver.SlackBuild @@ -25,16 +25,14 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fsarchiver -VERSION=0.6.10 +VERSION=${VERSION:-0.6.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/system/fsarchiver/fsarchiver.info b/system/fsarchiver/fsarchiver.info index 9c96c8a26fec..94ef9c191bf9 100644 --- a/system/fsarchiver/fsarchiver.info +++ b/system/fsarchiver/fsarchiver.info @@ -1,10 +1,10 @@ PRGNAM="fsarchiver" -VERSION="0.6.10" +VERSION="0.6.11" HOMEPAGE="http://www.fsarchiver.org/Main_Page" -DOWNLOAD="http://downloads.sourceforge.net/fsarchiver/fsarchiver-0.6.10.tar.gz" -MD5SUM="71fb8e06dfb07a28f94ea7e62c619229" +DOWNLOAD="http://downloads.sourceforge.net/fsarchiver/fsarchiver-0.6.11.tar.gz" +MD5SUM="3657b36cbd947ddb9f99062f40bf87c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="dsomero" +APPROVED="rworkman" diff --git a/system/fsarchiver/slack-desc b/system/fsarchiver/slack-desc index 63c85d9d6113..fde638ba5a5a 100644 --- a/system/fsarchiver/slack-desc +++ b/system/fsarchiver/slack-desc @@ -4,6 +4,7 @@ # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. + |-----handy-ruler------------------------------------------------| fsarchiver: fsarchiver (Filesystem Archiver for Linux) fsarchiver: |