package = "dromozoa-prl" version = "1.1-1" source = { url = "https://github.com/dromozoa/dromozoa-prl/archive/v1.1.tar.gz"; file = "dromozoa-prl-1.1.tar.gz"; } description = { summary = "Lua bindings for Parallels Virtualization SDK"; license = "GPL-3"; homepage = "https://github.com/dromozoa/dromozoa-prl/"; maintainer = "Tomoyuki Fujimori "; } dependencies = { "dromozoa-commons"; "dromozoa-unix"; } build = { type = "make"; build_variables = { CFLAGS = "$(CFLAGS)"; LIBFLAG = "$(LIBFLAG)"; LUA_INCDIR = "$(LUA_INCDIR)"; LUA_LIBDIR = "$(LUA_LIBDIR)"; LUA = "$(LUA)"; }; install_variables = { BINDIR = "$(BINDIR)"; LIBDIR = "$(LIBDIR)"; }; }