# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_KDEAPPS="86197" DESCRIPTION="Yet another gui for mplayer." HOMEPAGE="http://www.kde-apps.org/content/show.php?content=${MY_KDEAPPS}" SRC_URI="${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" RESTRICT="fetch" KEYWORDS="~amd64 ~x86" RDEPEND=">=media-video/mplayer-1.0_rc2 >=dev-util/gambas-2.6 media-sound/audiotag" DEPEND="${RDEPEND}" pkg_nofetch() { einfo einfo " Download http://wpage.unina.it/aorefice/xt7player_dist/${P}.tar.gz" einfo " and put the file ${P}.tar.gz from the directory autotools into your" einfo " /usr/portage/distfiles/." einfo } src_install() { cd ${P} mv ${PN}/${PN}.gambas ${PN}/${PN} mv ${PN}/xt7-player.png ${PN}/${PN}.png dobin ${PN}/${PN} doicon ${PN}/${PN}.png dodoc AUTHORS COPYING ChangeLog README }