aboutsummaryrefslogtreecommitdiff
path: root/lua-nng-dev-1.rockspec
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2020-08-21 14:21:16 -0400
committerAlexander Pickering <alex@cogarr.net>2020-08-21 14:21:16 -0400
commit9b1bfff495f71f964064743e0d1f95c6a577b903 (patch)
treea34faedeb9fbe61cdae1f84278f836fa746c850a /lua-nng-dev-1.rockspec
parent592330a2bd6fc8de987144af0ea8f430a5818988 (diff)
downloadlua-nng-9b1bfff495f71f964064743e0d1f95c6a577b903.tar.gz
lua-nng-9b1bfff495f71f964064743e0d1f95c6a577b903.tar.bz2
lua-nng-9b1bfff495f71f964064743e0d1f95c6a577b903.zip
Slight modification to makefile
Diffstat (limited to 'lua-nng-dev-1.rockspec')
-rw-r--r--lua-nng-dev-1.rockspec92
1 files changed, 46 insertions, 46 deletions
diff --git a/lua-nng-dev-1.rockspec b/lua-nng-dev-1.rockspec
index 3229e99..47097c0 100644
--- a/lua-nng-dev-1.rockspec
+++ b/lua-nng-dev-1.rockspec
@@ -1,46 +1,46 @@
-package = "lua-nng"
-rockspec_format="3.0"
-version = "dev-1"
-source = {
- url = "git+https://cogarr.net/source/cgit.cgi/lua-nng",
- --tag = "v0.1"
-}
-description = {
- summary = "A simple binding for Nanomessage Next Generation",
- homepage = "https://cogarr.net/source/cgit.cgi/lua-nng/about",
- license = "BSD/2 Clause",
- maintainer = "Alexander Pickering <alex@cogarr.net>",
- labels = {"network","nanomessage","nng"}
-}
-external_dependencies = {
- NNG = {
- library = "nng",
- header = "nng/nng.h"
- }
-}
-build = {
- type = "make",
- build_variables = {
- CFLAGS="$(CFLAGS)",
- LUA_INCDIR="$(LUA_INCDIR)",
- NNG_INCDIR="$(NNG_INCDIR)",
- NNG_LIBDIR="$(NNG_LIBDIR)",
- LUA_LIBDIR="$(LUA_LIBDIR)",
- FIND="$(FIND)",
- LIB_EXTENSION="$(LIB_EXTENSION)",
- LIBFLAG="$(LIBFLAG)",
- },
- install_variables = {
- INST_PREFIX="$(PREFIX)",
- INST_LIBDIR="$(LIBDIR)",
- NNG_LIBDIR="$(NNG_LIBDIR)",
- LUA_LIBDIR="$(LUA_LIBDIR)",
- LIB_EXTENSION="$(LIB_EXTENSION)",
- CP="$(CP)",
- },
- install = {
- bin = {
- "bin/nng.dll"
- }
- }
-}
+package = "lua-nng"
+rockspec_format="3.0"
+version = "dev-1"
+source = {
+ url = "git+https://cogarr.net/source/cgit.cgi/lua-nng",
+ --tag = "v0.1"
+}
+description = {
+ summary = "A simple binding for Nanomessage Next Generation",
+ homepage = "https://cogarr.net/source/cgit.cgi/lua-nng/about",
+ license = "BSD/2 Clause",
+ maintainer = "Alexander Pickering <alex@cogarr.net>",
+ labels = {"network","nanomessage","nng"}
+}
+external_dependencies = {
+ NNG = {
+ library = "nng",
+ header = "nng/nng.h"
+ }
+}
+build = {
+ type = "make",
+ build_variables = {
+ CFLAGS="$(CFLAGS)",
+ LUA_INCDIR="$(LUA_INCDIR)",
+ LUA_LIBDIR="$(LUA_LIBDIR)",
+ NNG_INCDIR="$(NNG_INCDIR)",
+ NNG_LIBDIR="$(NNG_LIBDIR)",
+ FIND="$(FIND)",
+ LIB_EXTENSION="$(LIB_EXTENSION)",
+ LIBFLAG="$(LIBFLAG)",
+ },
+ install_variables = {
+ INST_PREFIX="$(PREFIX)",
+ INST_LIBDIR="$(LIBDIR)",
+ NNG_LIBDIR="$(NNG_LIBDIR)",
+ LUA_LIBDIR="$(LUA_LIBDIR)",
+ LIB_EXTENSION="$(LIB_EXTENSION)",
+ CP="$(CP)",
+ },
+ install = {
+ bin = {
+ "bin/nng.dll"
+ }
+ }
+}