misc/viking: Updated for version 1.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Pierre Cazenave 2011-05-19 10:45:53 -05:00 committed by Robby Workman
parent 3a581f7380
commit e1c9415ec4
2 changed files with 6 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for viking.
# Copyright 2009,2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# Copyright 2009-2011 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=viking
VERSION=${VERSION:-0.9.94}
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,9 +87,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
rm -rf $PKG/usr/man
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="viking"
VERSION="0.9.94"
HOMEPAGE="http://sourceforge.net/projects/viking/"
DOWNLOAD="http://downloads.sourceforge.net/project/viking/viking/0.9.94/viking-0.9.94.tar.gz"
MD5SUM="25dc0a09f1a3e39e99a6324d79c740e6"
DOWNLOAD="http://downloads.sourceforge.net/project/viking/viking/1.1/viking-1.1.tar.gz"
MD5SUM="6091dc095d749bf20502e785a42f69c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"