# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ #EAPI=0 inherit eutils DESCRIPTION="CLI program for downloading vidos from YLE Areena" HOMEPAGE="http://users.tkk.fi/~aajanki/${PN}/index-en.html" IUSE="" SRC_URI="http://users.tkk.fi/~aajanki/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/openssl dev-libs/libxml2" RDEPEND="${DEPEND}" src_install() { dobin ${PN} dobin yle-dl dodoc ChangeLog README* TODO }