# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="GTK front-end of the p2p iptv" HOMEPAGE="http://lianwei3.googlepages.com/home2" SRC_URI="http://lianwei3.googlepages.com/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/gtk+ net-p2p/sopcast-bin" RDEPEND="${DEPEND}" src_unpack() { mkdir ${WORKDIR} cd ${WORKDIR} unpack ${P}.tar.bz2 } src_compile() { cd ${S}/src emake || die "emake failed" } src_install() { cd ${S}/src dobin gsopcast insinto /usr/share/applications doins ${FILESDIR}/gsopcast.desktop }