# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit autotools git-2 DESCRIPTION="a program for streaming TV over a network originally based on dvbstream" HOMEPAGE="http://mumudvb.net/" EGIT_REPO_URI="https://github.com/braice/MuMuDVB.git/" EGIT_COMMIT="2b18d800488847f0f7ffa79ca74877675b20cff8" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="cam " DEPEND="cam? ( media-tv/linuxtv-dvb-apps )" RDEPEND="${DEPEND}" src_prepare(){ eautoreconf } src_configure(){ econf \ $(use_enable cam cam-support) }