# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 MY_PN="${PN/m/M}" DESCRIPTION="a video downloader for the austrian/swiss/german public broadcasting system" HOMEPAGE="http://zdfmediathk.sourceforge.net/index.html" SRC_URI="mirror://sourceforge/zdfmediathk/${MY_PN}%20${PV}/${MY_PN}_${PV}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="virtual/jre" DEPEND="app-arch/unzip" S="${WORKDIR}" src_install() { dodoc Anleitung_MediathekView_2.0.0.pdf readme.txt releases lib/*txt insinto /opt/${PN}/ doins Mediathek.jar insinto /opt/${PN}/lib/ doins lib/*jar exeinto /opt/bin/ doexe ${FILESDIR}/mediathek }