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.

21 lines
539 B

name=LuaJIT
8 years ago
version=2.0.5
dlextract "http://luajit.org/download/$name-$version.tar.gz" \
8 years ago
'48353202cbcacab84ee41a5a70ea0a2c'
_
cd "$name-$version"
make install \
BUILDMODE=dynamic \
PREFIX="/$dir_prefix" \
DESTDIR="$dir_install" \
MULTILIB="$dir_lib" \
INSTALL_BIN="\$(DPREFIX)/$dir_bin" \
INSTALL_SHARE="\$(DPREFIX)/$dir_data" \
INSTALL_MAN="\$(DPREFIX)/$dir_man/man1" \
INSTALL_INC="\$(DPREFIX)/$dir_include/luajit-\$(MAJVER).\$(MINVER)"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: