aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
Diffstat (limited to 'repos')
-rw-r--r--repos/community/lua/abuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild
new file mode 100644
index 00000000..9cf6ace0
--- /dev/null
+++ b/repos/community/lua/abuild
@@ -0,0 +1,13 @@
+name=lua
+version=5.5.0
+release=1
+source="https://www.lua.org/ftp/lua-$version.tar.gz"
+
+build() {
+ make MYCFLAGS="-fPIC $CFLAGS" MYLDFLAGS="$LDFLAGS" linux
+ make install \
+ INSTALL_DATA='cp -d' \
+ INSTALL_TOP=$PKG/usr \
+ INSTALL_INC=$PKG/usr/include/lua55 \
+ INSTALL_MAN=$PKG/usr/share/man/man1
+}