blob: a0df63f4458ba5535f096836f71396ff5b0fc21b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs."
DEPENDS = "gtk+ libgnomecanvas lablgtk sqlite3 ocaml-cross"
RDEPENDS = "graphviz"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
SRC_URI = "http://oandrieu.nerim.net/monotone-viz/monotone-viz-0.11.tar.gz"
inherit autools
do_compile() {
make world.opt
}
|