diff options
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 |
commit | 757fb586bc7aa2056c49b6a97c0c21e862eb95d9 (patch) | |
tree | 988a57b4dc6ed8be8a57e1a7ab28ed8e4b89c191 /python/winpdb/winpdb.SlackBuild | |
parent | eeb5f7926820bd08c8fcd4c7716759b7133c3fe7 (diff) | |
download | slackbuilds-757fb586bc7aa2056c49b6a97c0c21e862eb95d9.tar.gz |
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.SlackBuild | 6 |
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 |