2012-09-19 09:39:31 +00:00
|
|
|
# Template file for 'xdot'
|
|
|
|
pkgname=xdot
|
2014-06-18 14:44:25 +00:00
|
|
|
version=20140618
|
2012-09-20 12:38:45 +00:00
|
|
|
revision=1
|
2012-09-19 09:39:31 +00:00
|
|
|
build_style=python-module
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="python-setuptools git"
|
2014-06-18 14:44:25 +00:00
|
|
|
makedepends="graphviz pygtk python-setuptools"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="${makedepends}"
|
|
|
|
noarch="yes"
|
|
|
|
pycompile_module="xdot.py"
|
2012-09-19 09:39:31 +00:00
|
|
|
short_desc="Interactive viewer for Graphviz dot files"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
|
|
|
|
|
|
|
do_fetch() {
|
2014-06-04 14:19:43 +00:00
|
|
|
local url="git://github.com/jrfonseca/xdot.py"
|
2012-09-19 09:39:31 +00:00
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} xdot-${version}
|
|
|
|
}
|