From dff01ac3c966c42f72f49172374edda420bcf954 Mon Sep 17 00:00:00 2001 From: carregal Date: Wed, 13 Feb 2008 21:40:56 +0000 Subject: Version 1.4.0 rockspec --- rockspecs/luafilesystem-1.4.0-1.rockspec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rockspecs/luafilesystem-1.4.0-1.rockspec (limited to 'rockspecs') diff --git a/rockspecs/luafilesystem-1.4.0-1.rockspec b/rockspecs/luafilesystem-1.4.0-1.rockspec new file mode 100644 index 0000000..bcf5f51 --- /dev/null +++ b/rockspecs/luafilesystem-1.4.0-1.rockspec @@ -0,0 +1,27 @@ +package = "LuaFileSystem" +version = "1.4.0-1" +source = { + url = "http://luaforge.net/frs/download.php/2679/luafilesystem-1.3.0.tar.gz" +} +description = { + summary = "File System Library for the Lua Programming Language", + detailed = [[ + LuaFileSystem is a Lua library developed to complement the set of + functions related to file systems offered by the standard Lua + distribution. LuaFileSystem offers a portable way to access the + underlying directory structure and file attributes. + ]] +} +dependencies = { + "lua >= 5.1" +} +build = { + type = "make", + build_variables = { + LUA_INC = "$(LUA_INCDIR)", + LIB_OPTION = "$(LIBFLAG)" + }, + install_variables = { + LUA_LIBDIR = "$(LIBDIR)" + } +} -- cgit v1.2.3-55-g6feb