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
581 B

name=LuaJIT
version=2.0.4
update_url='http://luajit.org/download.html'
update_names="href=\"download/$name-$version.tar.gz\""
dlextract "http://luajit.org/download/$name-$version.tar.gz" \
'dd9c38307f2223a504cbfb96e477eca0'
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"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: