package = "dromozoa-unix" version = "1.10-1" source = { url = "https://github.com/dromozoa/dromozoa-unix/releases/download/v1.10/dromozoa-unix-1.10.tar.gz"; } description = { summary = "Lua bindings for UNIX system interface"; license = "GPL-3"; homepage = "https://github.com/dromozoa/dromozoa-unix/"; maintainer = "Tomoyuki Fujimori "; } build = { type = "command"; build_command = "env CPPFLAGS='-I$(LUA_INCDIR)' CXXFLAGS='-Wall -W -Wno-missing-field-initializers $(CFLAGS)' LDFLAGS='-L$(LUA_LIBDIR)' LUA='$(LUA_BINDIR)/$(LUA)' ./configure --prefix='$(PREFIX)' && make clean && make"; install_command = "make luaexecdir='$(LIBDIR)/dromozoa' install"; }