# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An MPD client that uses QT" SRC_URI="http://www.threadbox.net/files/KMP/${P}.tar.bz2" HOMEPAGE="http://www.threadbox.net/kmp.php" 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 }