16 lines
390 B
Bash
16 lines
390 B
Bash
EAPI=9
|
|
|
|
DESCRIPTION="STUN server and client (kimapr's fork)"
|
|
HOMEPAGE="https://github.com/Kimapr/stunserver"
|
|
SRC_URI="https://github.com/Kimapr/stunserver/archive/f93f525c03e73d6e8fbce5387b8c87ead1dd490d.zip"
|
|
S="${WORKDIR}/stunserver-f93f525c03e73d6e8fbce5387b8c87ead1dd490d"
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|
|
DEPEND="${RDEPEND}"
|
|
BDEPEND="dev-libs/boost"
|