diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 00:28:21 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:21 +0200 |
commit | 0cb82585511ef53084d1b02f962987c89596ce05 (patch) | |
tree | a4c48dcdc294b0a079e836a39639069d5d46b186 /graphics/xdot | |
parent | 1313df468b1146742aa8d4b7b22d58253e2a126f (diff) | |
download | slackbuilds-0cb82585511ef53084d1b02f962987c89596ce05.tar.gz |
graphics/xdot: Updated for version 20090403
Diffstat (limited to 'graphics/xdot')
-rw-r--r-- | graphics/xdot/README | 4 | ||||
-rw-r--r-- | graphics/xdot/xdot.SlackBuild | 5 | ||||
-rw-r--r-- | graphics/xdot/xdot.info | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xdot/README b/graphics/xdot/README index 96f7b6f68e..4f759cca63 100644 --- a/graphics/xdot/README +++ b/graphics/xdot/README @@ -8,11 +8,11 @@ xdot.py can be used either as a standalone application from command line, or as a library embedded in your python application. Features: - * Since it doesn't use bitmaps it is fast and has a small memory footprint. + * Since it doesn't use bitmaps, it is fast and has a small memory footprint. * Arbitrary zoom. * Keyboard/mouse navigation. * Supports events on the nodes with URLs. * Animated jumping between nodes. * Highlights node/edge under mouse. -This package requires Graphviz and PyGTK, both avalaible at SlackBuilds.org. +This requires graphviz and pygtk. diff --git a/graphics/xdot/xdot.SlackBuild b/graphics/xdot/xdot.SlackBuild index 53a0b98131..c2cf0b1248 100644 --- a/graphics/xdot/xdot.SlackBuild +++ b/graphics/xdot/xdot.SlackBuild @@ -51,8 +51,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -python setup.py bdist -tar -xvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG +python setup.py install --root=$PKG ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ @@ -69,4 +68,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/graphics/xdot/xdot.info b/graphics/xdot/xdot.info index 19cdb35cfc..252ebc98a7 100644 --- a/graphics/xdot/xdot.info +++ b/graphics/xdot/xdot.info @@ -3,6 +3,8 @@ VERSION="20090403" HOMEPAGE="http://code.google.com/p/jrfonseca/wiki/XDot" DOWNLOAD="http://slackbuilds.org/sources/12.2/xdot-20090403.tar.bz2" MD5SUM="10cd274d114d4192a799f27336fb3410" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Marco Bonetti" EMAIL="sid77@slackware.it" APPROVED="dsomero" |