system/barman: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
da7d2d0bf2
commit
83da67022f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for barman
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=barman
|
||||
VERSION=${VERSION:-2.0}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog LICENSE NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog LICENSE NEWS README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="barman"
|
||||
VERSION="2.0"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="http://www.pgbarman.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/3a/c6/ae5380ad11e03b89d10da9b02b5bef53b3bc623a057dc6ad46005901a565/barman-2.0.tar.gz"
|
||||
MD5SUM="feb493fe3bed43a8b5e9a29acda5c661"
|
||||
DOWNLOAD="https://pypi.python.org/packages/fc/07/3748987e359cbb6e2975a50ce0d47adb788a429fc4b2b4c3e0a0c94b8906/barman-2.1.tar.gz"
|
||||
MD5SUM="2873d6c0bb86298e7c7324af86649e80"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="psycopg2 argh python-dateutil argcomplete"
|
||||
|
|
Loading…
Reference in New Issue