diff options
Diffstat (limited to 'repos/community/lua/abuild')
| -rw-r--r-- | repos/community/lua/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild new file mode 100644 index 00000000..28c6130a --- /dev/null +++ b/repos/community/lua/abuild @@ -0,0 +1,10 @@ +name=lua +version=5.5.0 +release=1 +source="https://www.lua.org/ftp/lua-$version.tar.gz +makefile.patch" + +build() { + make linux MYCFLAGS="-fPIC" + make install INSTALL_TOP=$PKG/usr +} |