From 946eece4a995f85f40d736ca2aa55331503efb61 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 3 Mar 2016 15:27:25 +0100 Subject: [PATCH] New satellite: lua --- satellites/lua.sat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 satellites/lua.sat diff --git a/satellites/lua.sat b/satellites/lua.sat new file mode 100644 index 0000000..9dda1f6 --- /dev/null +++ b/satellites/lua.sat @@ -0,0 +1,16 @@ +# Template satellite file without all the comments. + +name=lua +version=5.3.2 +update_url="http://www.lua.org/download.html" + +dlextract "http://www.lua.org/ftp/$name-$version.tar.gz" \ + "33278c2ab5ee3c1a875be8d55c1ca2a1" +header_end + +cd "$name-$version" +make MYLIBS="-lncurses" MYCFLAGS="$CFLAGS" linux +option !no_check make test +make INSTALL_TOP="$dir_install/$dir_prefix" install + +# vim:set tabstop=4 shiftwidth=4 syntax=sh et: