diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-29 23:50:04 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:52:57 -0500 |
commit | ac5102d0270b6a2937e1045af9be6a53ea0a7837 (patch) | |
tree | c6897124d24cb749ffa3a99774a92532383ba5d2 | |
parent | b3aa4eb3f28db2e140cbd780dda877a54b70dcc8 (diff) | |
download | slackbuilds-ac5102d0270b6a2937e1045af9be6a53ea0a7837.tar.gz |
python/pydot: Updated for version 1.0.23
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | python/pydot/pydot.SlackBuild | 10 | ||||
-rw-r--r-- | python/pydot/pydot.info | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/python/pydot/pydot.SlackBuild b/python/pydot/pydot.SlackBuild index a52d53da03..7340086fbe 100644 --- a/python/pydot/pydot.SlackBuild +++ b/python/pydot/pydot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pydot -# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pydot -VERSION=1.0.2 +VERSION=1.0.23 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -60,13 +58,13 @@ find . \ python setup.py install --root=$PKG # remove wrongly installed docs -rm -f $PKG/usr/{ChangeLog,LICENSE,README} +rm -f $PKG/usr/{LICENSE,README} find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog LICENSE PKG-INFO README \ +cp -a LICENSE PKG-INFO README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/pydot/pydot.info b/python/pydot/pydot.info index 715844a8b5..8d4929867c 100644 --- a/python/pydot/pydot.info +++ b/python/pydot/pydot.info @@ -1,10 +1,10 @@ PRGNAM="pydot" -VERSION="1.0.2" +VERSION="1.0.23" HOMEPAGE="http://code.google.com/p/pydot/" -DOWNLOAD="http://pydot.googlecode.com/files/pydot-1.0.2.tar.gz" -MD5SUM="e5cbbe7ef3d221c05c96e4bd4bcf95f9" +DOWNLOAD="http://pydot.googlecode.com/files/pydot-1.0.23.tar.gz" +MD5SUM="94444ff90387c96c7e80bebe2a373b0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="pprkut" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" APPROVED="rworkman" |