# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit git eutils EAPI="2" EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}" DESCRIPTION="FreeRDP is a fork of the rdesktop project that intends to rapidly start moving forward and implement features that rdesktop lacks the most." HOMEPAGE="http://freerdp.sourceforge.net/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-libs/alsa-lib dev-libs/openssl" RDEPEND="${DEPEND}" src_compile() { cd ${S} ./autogen.sh econf emake || die } src_install() { emake DESTDIR="${D}" install || die }