milis/talimatname/genel/l/luajit/talimat

18 lines
339 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:
# Grup: geliştirme
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
}