milis/talimatname/genel/e/erlang/talimat

26 lines
537 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:
# Grup: geliştirme
isim=erlang
surum=21.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
}