mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pydot: Updated for version 1.0.23
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
b3aa4eb3f2
commit
ac5102d027
2 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue