6 url = "git://github.com/hleuwer/luasnmp.git"
9 summary = "A binding to the net-snmp library",
11 LuaSNMP is a binding to the net-snmp library.
12 It allows to implement SNMP manager functionality using
13 the Lua programming language.
15 homepage = "http://github.com/hleuwer/luasnmp",
18 supported_platforms = {
24 external_dependencies = {
26 header = "net-snmp/net-snmp-config.h"
32 INSTALL_ROOT = "$(PREFIX)",
33 INSTALL_SHARE = "$(LUADIR)",
34 INSTALL_LIB = "$(LIBDIR)",
35 LUAINC = "$(LUA_INCDIR) -I$(NETSNMP_INCDIR)",
36 LDFLAGS = "$(LIBFLAG) -L$(NETSNMP_LIBDIR)",