name=lua version=5.3.3 update_url="http://www.lua.org/download.html" dlextract "http://www.lua.org/ftp/$name-$version.tar.gz" \ "703f75caa4fdf4a911c1a72e67a27498" 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: