blob: 419fe9d0f430dab17f879716b47524efdd28f7e7 (
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 autools
do_compile() {
make world.opt
}
|