# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils rpm MY_PV=${PV}.5561-1 MY_P=${PN}-${MY_PV} At="${MY_P}.i386.rpm" RESTRICT="fetch nomirror nostrip" DESCRIPTION="Zattoo is live TV on your PC." HOMEPAGE="http://www.zattoo.com/" SRC_URI="${At}" DOWNLOAD_URL="https://zattoo.com/downloadlinux" LICENSE="UNKNOWN" SLOT="0" KEYWORDS="~x86" DEPEND="x11-libs/gtkglext app-crypt/libgssapi app-crypt/mit-krb5" RDEPEND=${DEPEND} S=${WORKDIR} pkg_nofetch() { einfo "Please download ${At} from:" einfo ${DOWNLOAD_URL} einfo "and move it to ${DISTDIR}" } src_unpack() { rpm_unpack ${DISTDIR}/${At} } src_install() { cp -R "${S}/usr" "${D}/" || die "Install failed!" }