milis/talimatname/genel/e/erlang/talimat

25 lines
517 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: Ericsson Computer Science Laboratory tarafindan gelistirilen bir proglamlama dili
# URL: http://erlang.org
# Paketçi: milisarge
# Gerekler:
isim=erlang
surum=20.0
devir=1
kaynak=(http://erlang.org/download/otp_src_$surum.tar.gz)
derle(){
cd otp_src_$surum
./configure --prefix=/usr \
--enable-threads \
--enable-smp-support \
--enable-kernel-poll \
--enable-hipe \
--enable-sctp \
make
make DESTDIR=$PKG install
find $PKG -name "README*" -delete
find $PKG -name "INSTALL" -delete
}