From 9592e15e6009a672e754b32bf743c35b0e894e8c Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 6 Jul 2013 22:40:16 +0200 Subject: add luasec-prosody --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9429da..8b846e5 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,10 @@ SLNUNICODE = slnunicode-git LUAMD5 = lua-md5-git SWIG = swig-git +LUASEC = luasec-prosody-git # collections -PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) +PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) $(LUASEC) VERFY = $(PKGS:%=verify-%) SOURCE = $(PKGS:%=source-%) @@ -37,6 +38,7 @@ $(SOURCE): slnunicode: $(SLNUNICODE) luamd5: $(LUAMD5) swig: $(SWIG) +luasec: $(LUASEC) info: @echo settings: @@ -49,6 +51,6 @@ info: @echo "all verify source" @echo @echo package targets: - @echo "slnunicode" "luamd5" "swig" + @echo "slnunicode" "luamd5" "swig" "luasec" .PHONY: info all $(PKGS) clean $(VERFY) source $(SOURCE) -- cgit v1.2.3 From b0f53efff96249ec7941122567c9d6c977df946b Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 10 Jul 2013 11:48:29 +0200 Subject: add lua 5.3.0 work build --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b846e5..00f2d78 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,10 @@ SLNUNICODE = slnunicode-git LUAMD5 = lua-md5-git SWIG = swig-git LUASEC = luasec-prosody-git +LUAWORK = lua5.3 # collections -PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) $(LUASEC) +PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) $(LUASEC) $(LUAWORK) VERFY = $(PKGS:%=verify-%) SOURCE = $(PKGS:%=source-%) @@ -39,6 +40,7 @@ slnunicode: $(SLNUNICODE) luamd5: $(LUAMD5) swig: $(SWIG) luasec: $(LUASEC) +lua5.3: $(LUAWORK) info: @echo settings: @@ -51,6 +53,6 @@ info: @echo "all verify source" @echo @echo package targets: - @echo "slnunicode" "luamd5" "swig" "luasec" + @echo "slnunicode" "luamd5" "swig" "luasec" "lua5.3" .PHONY: info all $(PKGS) clean $(VERFY) source $(SOURCE) -- cgit v1.2.3