Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
663 B

name=LuaJIT
8 years ago
version=2.0.5
update_url='http://luajit.org/download.html'
update_names="href=\"download/$name-$version.tar.gz\""
dlextract "http://luajit.org/download/$name-$version.tar.gz" \
8 years ago
'48353202cbcacab84ee41a5a70ea0a2c'
header_end
cd "$name-$version"
make install \
BUILDMODE=dynamic \
PREFIX="/$dir_prefix" \
DESTDIR="$dir_install" \
MULTILIB="$dir_libdir" \
INSTALL_BIN="\$(DPREFIX)/$dir_bindir" \
INSTALL_SHARE="\$(DPREFIX)/$dir_datadir" \
INSTALL_MAN="\$(DPREFIX)/$dir_mandir/man1" \
INSTALL_INC="\$(DPREFIX)/$dir_includedir/luajit-\$(MAJVER).\$(MINVER)"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: