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