6 url = "git://github.com/hleuwer/luagraph.git"
9 summary = "A binding to the graphviz graph library",
11 LuaGRAPH is a binding to the graphviz library.
12 It allows to create, manipulate, layout and render graphs
13 using the Lua programming language.
15 homepage = "http://github.com/hleuwer/luagraph",
18 supported_platforms = {
24 external_dependencies = {
26 header = "graphviz/cgraph.h"
32 INSTALL_ROOT = "$(PREFIX)",
33 INSTALL_SHARE = "$(LUADIR)",
34 INSTALL_LIB = "$(LIBDIR)",
35 LUAINC = "$(LUA_INCDIR) -I$(GRAPHVIZ_INCDIR)",
36 LDFLAGS = "$(LIBFLAG) -L$(GRAPHVIZ_LIBDIR)",
37 GVROOT = "$(GRAPHVIZ_DIR)",