milis/talimatname/genel/l/luajit/talimat

17 lines
319 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Lua için Just-In-Time Derleyici
# URL: http://luajit.org/
# Paketçi: milisarge
# Gerekler:
isim=luajit
surum=2.0.4
devir=1
kaynak=(http://luajit.org/download/LuaJIT-$surum.tar.gz)
derle() {
cd LuaJIT-$surum
sed -i 's/PREFIX= \/usr\/local/\PREFIX= \/usr/' Makefile
make
make DESTDIR=$PKG install
}