# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An MPD client that uses QT" HOMEPAGE="http://www.threadbox.net/kmp.php" SRC_URI="http://www.threadbox.net/files/KMP/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/qt-3.0" src_compile() { addwrite ${QTDIR}/etc/settings econf || die emake || die } src_install() { dobin kmp dodoc LICENSE README insinto /usr/share/pixmaps newins pics/icon.png kmp.png }