# SHORT DESC: SIP software written in Erlang
# LONG DESC: YXA is SIP software written in Erlang. YXA is both a transaction stateful SIP stack, and a set of SIP server applications. YXA is Open Source, and released under a three clause BSD license.
./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1
|