summaryrefslogtreecommitdiffstats
path: root/python/winpdb/winpdb.SlackBuild
diff options
context:
space:
mode:
author Andrew Rowland <weibullguy@gmail.com>2013-07-05 16:48:45 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2013-07-07 09:11:45 -0300
commit757fb586bc7aa2056c49b6a97c0c21e862eb95d9 (patch)
tree988a57b4dc6ed8be8a57e1a7ab28ed8e4b89c191 /python/winpdb/winpdb.SlackBuild
parenteeb5f7926820bd08c8fcd4c7716759b7133c3fe7 (diff)
downloadslackbuilds-757fb586bc7aa2056c49b6a97c0c21e862eb95d9.tar.gz
slackbuilds-757fb586bc7aa2056c49b6a97c0c21e862eb95d9.tar.xz
python/winpdb: Updated for version 1.4.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/winpdb/winpdb.SlackBuild')
-rw-r--r--python/winpdb/winpdb.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/python/winpdb/winpdb.SlackBuild b/python/winpdb/winpdb.SlackBuild
index afe65f917a..68e0327050 100644
--- a/python/winpdb/winpdb.SlackBuild
+++ b/python/winpdb/winpdb.SlackBuild
@@ -5,7 +5,7 @@
# Written by Andrew Rowland (darowland@ieee.org)
PRGNAM=winpdb
-VERSION=${VERSION:-1.4.6}
+VERSION=${VERSION:-1.4.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +57,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ README.txt \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install