misc/par2cmdline: Updated for version 0.6.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thomas Morper 2015-06-02 18:43:43 +07:00 committed by Willy Sudiarto Raharjo
parent 01eea1def4
commit 7a4c9eb408
3 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for par2cmdline
# Copyright 2014, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany
# Copyright 2014-2015, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany
# 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=par2cmdline
VERSION=${VERSION:-0.6.11}
VERSION=${VERSION:-0.6.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -113,7 +113,7 @@ ln -s par2.1.gz par2verify.1.gz
cd -
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS PORTING README README.md ROADMAP \
cp -a AUTHORS COPYING ChangeLog INSTALL PORTING README README.md ROADMAP \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="par2cmdline"
VERSION="0.6.11"
HOMEPAGE="https://github.com/BlackIkeEagle/par2cmdline"
DOWNLOAD="https://github.com/BlackIkeEagle/par2cmdline/archive/v0.6.11.tar.gz"
MD5SUM="e30311fdb8e43b1bbda2a88f4e7d74ac"
VERSION="0.6.13"
HOMEPAGE="https://github.com/Parchive/par2cmdline"
DOWNLOAD="https://github.com/Parchive/par2cmdline/archive/v0.6.13.tar.gz"
MD5SUM="56f8d315530497946e58659ff9138683"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' 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 ':' except on otherwise blank lines.
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# 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------------------------------------------------------|
par2cmdline: par2cmdline (Commandline implementation of PARv2.0 specification)