system/fsarchiver: Updated for version 0.6.7.

This commit is contained in:
Nishant Limbachia 2010-03-03 14:26:23 -06:00 committed by Erik Hanson
parent 6ac8de89e1
commit eb73abb8cd
2 changed files with 9 additions and 10 deletions

View file

@ -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

View file

@ -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"