From 0a364ebfed4a1ed228ad50058fd85c91a509d1f1 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sun, 12 Dec 2010 11:57:48 -0600 Subject: system/fsarchiver: Updated for version 0.6.11. Signed-off-by: Robby Workman --- system/fsarchiver/README | 16 +++++----------- system/fsarchiver/fsarchiver.SlackBuild | 4 +--- system/fsarchiver/fsarchiver.info | 8 ++++---- system/fsarchiver/slack-desc | 1 + 4 files changed, 11 insertions(+), 18 deletions(-) (limited to 'system') diff --git a/system/fsarchiver/README b/system/fsarchiver/README index f5cfdc3255..c434beadce 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 6c5b13ad68..b5f0c9adbc 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 9c96c8a26f..94ef9c191b 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 63c85d9d61..fde638ba5a 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: -- cgit v1.2.3