diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-03-03 14:26:23 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:25:27 +0200 |
commit | eb73abb8cd8a509ca78a72a079f1610ed1582a6c (patch) | |
tree | 1d41cdeb4fbc721d4fc0b350635cb3727beb41dc /system/fsarchiver | |
parent | 6ac8de89e154c1201b4e224fab72996263e58486 (diff) | |
download | slackbuilds-eb73abb8cd8a509ca78a72a079f1610ed1582a6c.tar.gz |
system/fsarchiver: Updated for version 0.6.7.
Diffstat (limited to 'system/fsarchiver')
-rw-r--r-- | system/fsarchiver/fsarchiver.SlackBuild | 10 | ||||
-rw-r--r-- | system/fsarchiver/fsarchiver.info | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/system/fsarchiver/fsarchiver.SlackBuild b/system/fsarchiver/fsarchiver.SlackBuild index 9cfbe66fa8..285bfda756 100644 --- a/system/fsarchiver/fsarchiver.SlackBuild +++ b/system/fsarchiver/fsarchiver.SlackBuild @@ -3,13 +3,13 @@ # Slackware Package Build Script for fsarchiver # Home Page: http://www.fsarchiver.org/Main_Page -# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA [nishant__AT__mnspace__DOT__net) +# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -25,7 +25,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fsarchiver -VERSION=0.6.7 +VERSION=0.6.8 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) +) mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/system/fsarchiver/fsarchiver.info b/system/fsarchiver/fsarchiver.info index fa4a003e42..1d9b235811 100644 --- a/system/fsarchiver/fsarchiver.info +++ b/system/fsarchiver/fsarchiver.info @@ -1,11 +1,10 @@ PRGNAM="fsarchiver" -VERSION="0.6.7" +VERSION="0.6.8" HOMEPAGE="http://www.fsarchiver.org/Main_Page" -DOWNLOAD="http://downloads.sourceforge.net/fsarchiver/fsarchiver-0.6.7.tar.gz" -MD5SUM="c7f243de54647b4ad694526c340300b4" +DOWNLOAD="http://downloads.sourceforge.net/fsarchiver/fsarchiver-0.6.8.tar.gz" +MD5SUM="8416ac1847d5dde5ee513a286129f336" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="michiel" - +APPROVED="Erik Hanson" |