aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/monotone-viz/monotone-viz_0.11.bb
blob: 0135403d11a7804a5f8f91d29a9c3f478166af2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION =	"Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs."
DEPENDS =	"gtk+ libgnomecanvas lablgtk sqlite3 ocaml-cross"
RDEPENDS =	"graphviz"


SRC_URI =	"http://oandrieu.nerim.net/monotone-viz/monotone-viz-0.11.tar.gz"

inherit autotools

do_compile() {
	make world.opt
}