# SHORT DESC: ERicsson LANGuage System Open Telecom Platform
# LONG DESC: Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson.
./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var --disable-erlang-mandir && \
make && \
make install || exit 1
|