2 version = '@VERSION@-1'
4 url = 'http://sourceforge.net/projects/adg/files/@PACKAGE_TARNAME@/@PACKAGE_TARNAME@-@VERSION@.tar.bz2',
6 dir = '@PACKAGE_TARNAME@-@VERSION@'
9 summary = 'Demo on how to use the ADG canvas with Lua',
11 Demo programs and examples on how to use the ADG canvas from
12 Lua throught LGI (Lua bindings generated dynamically). It is
13 *not* needed in order to use the ADG canvas from Lua: ADG and
14 LGI are just enough for that purpose.
16 homepage = '@PACKAGE_URL@',
20 'lua >= @LUA_VERSION@',
21 'lgi >= @LGI_VERSION@',
27 CPPFLAGS=-I$(LUA_INCDIR) \\
31 --datadir=$(LUADIR) && \\