mid-kid
9 years ago
1 changed files with 16 additions and 0 deletions
@ -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: |
Loading…
Reference in new issue