Rockspec for specl version 1 attached.
source = {
  branch = "release-v1",
  url = "git://github.com/gvvaughan/specl.git",
}
version = "1-1"
package = "specl"
build = {
  copy_directories = {
  },
  type = "command",
  build_command = "LUA=$(LUA) LUA_INCLUDE=-I$(LUA_INCDIR) ./configure 
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && 
make",
  install_command = "make install",
}
dependencies = {
  "lua >= 5.1",
}
description = {
  homepage = "http://github.com/gvvaughan/specl/";,
  summary = "Behaviour Driven Development for Lua",
  license = "GPLv3+",
  detailed = "      Develop and run BDD specs written in Lua for RSpec style 
workflow.\
     ",
}
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to