1 | PortSystem 1.0 |
---|
2 | name libeXosip2 |
---|
3 | version 2.2.3 |
---|
4 | categories net |
---|
5 | maintainers darwinports@opendarwin.org |
---|
6 | description The eXtended osip library |
---|
7 | long_description \ |
---|
8 | eXosip is a library that hides the complexity of using the SIP \ |
---|
9 | protocol for multimedia session establishement. This protocol is \ |
---|
10 | mainly to be used by VoIP telephony applications (endpoints or \ |
---|
11 | conference server) but might be also useful for any application \ |
---|
12 | that wishes to establish sessions like multiplayer games. |
---|
13 | homepage http://savannah.nongnu.org/projects/exosip/ |
---|
14 | platforms darwin |
---|
15 | master_sites http://download.savannah.nongnu.org/releases/exosip/ |
---|
16 | checksums md5 837a35f085890eac3328ac402b24383b |
---|
17 | configure.env CPPFLAGS="-I${prefix}/include" \ |
---|
18 | LDFLAGS="-L${prefix}/lib" |
---|
19 | configure.args --disable-josua --mandir="${prefix}/share/man" |
---|
20 | post-destroot { file delete -force ${destroot}${prefix}/include/josua } |
---|