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