# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Download Videos from a lot of important Web Video Services" HOMEPAGE="http://xviservicethief.sourceforge.net/" SRC_URI="http://downloads.sourceforge.net/xviservicethief/xVideoServiceThief_1_6_1_alpha_src.zip" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/unzip >=x11-libs/qt-4.3.0" RDEPEND="" src_unpack() { echo ${A} unzip $DISTDIR/${A} } src_compile() { qmake -set build_mode dynamic_build qmake make } src_install() { mkdir -p $D/usr/bin/ cp $WORKDIR/bin/xvst $D/usr/bin/ }