Sorry, haven't quite got the hang of my own system yet.
Fully expanded version of rockspec follows:
package="lua-stdlib"
version="23-1"
source = {
url = "http://luaforge.net/frs/download.php/4845/lua-stdlib-23.zip",
md5 = "7e6d1ebf028bdf5fa86a8fe25e2a9ebe",
dir = "lua-stdlib-23"
}
description = {
summary = "General Lua libraries",
detailed = [[
stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pickling, pretty-printing and getopt.
]],
homepage = "http://luaforge.net/projects/lua-stdlib/",
license = "MIT/X11"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "command",
build_command = "LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR)",
install_command = "make install"
}
--
http://rrt.sc3d.org
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers