Rockspec for lyaml version 2 attached.
source = {
  dir = "lyaml-release-v2",
  url = "http://github.com/gvvaughan/lyaml/archive/release-v2.zip";,
}
version = "2-1"
external_dependencies = {
  YAML = {
    library = "yaml",
  },
}
package = "lyaml"
dependencies = {
  "lua >= 5.1",
}
description = {
  homepage = "http://github.com/gvvaughan/lyaml/";,
  license = "MIT",
  summary = "libYAML binding for Lua",
  detailed = "      Read and write YAML format files with Lua.\
     ",
}
build = {
  build_command = "LUA=$(LUA) LUA_INCLUDE=-I$(LUA_INCDIR) ./configure 
CPPFLAGS=-I$(YAML_INCDIR) LDFLAGS='-L$(YAML_LIBDIR)' --prefix=$(PREFIX) 
--libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && make",
  type = "command",
  copy_directories = {
  },
  install_command = "make install",
}
------------------------------------------------------------------------------
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_mar
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to