summaryrefslogtreecommitdiffstats
path: root/python/Paver/Paver.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-10 03:24:52 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-14 07:55:26 +0700
commitccafe5f3cd58faf58b85d6de41bdbba6e24d7e01 (patch)
tree4a43c04413cd00e17376afad70d6e90f990049e3 /python/Paver/Paver.SlackBuild
parent892c378fd4411a6cee00e38a107acda8d914d2aa (diff)
downloadslackbuilds-ccafe5f3cd58faf58b85d6de41bdbba6e24d7e01.tar.gz
slackbuilds-ccafe5f3cd58faf58b85d6de41bdbba6e24d7e01.tar.xz
python/Paver: Updated for version 1.2.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/Paver/Paver.SlackBuild')
-rw-r--r--python/Paver/Paver.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/Paver/Paver.SlackBuild b/python/Paver/Paver.SlackBuild
index da39a400de..c9cbb8b879 100644
--- a/python/Paver/Paver.SlackBuild
+++ b/python/Paver/Paver.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Paver
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2015 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=Paver
-VERSION=${VERSION:-1.2.3}
+VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,6 +80,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}