# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 DESCRIPTION="A full screen GUI that displays Amarok infos and controls." HOMEPAGE="http://www.kde-apps.org/content/show.php?content=52641" SRC_URI="http://www.kde-apps.org/content/files/52641-${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="=x11-libs/qt-3* kde-base/kdelibs" RDEPEND="${DEPEND} media-sound/amarok" S="${WORKDIR}/${P}" src_compile() { cd ${S} ${QTDIR}/bin/qmake || die "qmake failed" emake || die "emake failed" } src_install() { make INSTALL_ROOT="${D}" install || die }