# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git DESCRIPTION="umulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting." HOMEPAGE="https://github.com/OpenRTMFP/Cumulus" EGIT_REPO_URI="git://github.com/OpenRTMFP/Cumulus.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND="dev-libs/openssl dev-libs/poco dev-lang/luajit =net-p2p/cumuluslib-${PV}" RDEPEND="${DEPEND}" src_compile(){ cd CumulusServer make } src_install(){ doexe CumulusServer/CumulusServer }