package = "dromozoa-dyld" version = "1.6-1" source = { url = "https://github.com/dromozoa/dromozoa-dyld/archive/v1.6.tar.gz"; file = "dromozoa-dyld-1.6.tar.gz"; } description = { summary = "Dynamic linker utility"; license = "GPL-3"; homepage = "https://github.com/dromozoa/dromozoa-dyld/"; maintainer = "Tomoyuki Fujimori "; } build = { type = "make"; build_variables = { CFLAGS = "$(CFLAGS)"; LIBFLAG = "$(LIBFLAG)"; LUA_INCDIR = "$(LUA_INCDIR)"; LUA_LIBDIR = "$(LUA_LIBDIR)"; }; install_variables = { LIBDIR = "$(LIBDIR)"; }; }