Rockspec for stdlib version 27 attached.
package="stdlib"
version="27-1"
source = {
url = "https://github.com/downloads/rrthomas/stdlib/stdlib-27.zip",
md5 = "fec06933261ecdbe923be3fbebb319ec",
dir = "stdlib-27"
}
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://github.com/rrthomas/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) && make clean &&
make",
install_command = "make install",
copy_directories = {}
}
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers