# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Qt-based graphical interface for the mpio-tool which supports various Digit@lway MPIO-MP3-Player" HOMEPAGE="http://mpio.sourceforge.org/" SRC_URI="http://keihanna.dl.sourceforge.net/sourceforge/mpio/${P}.tar.gz http://heanet.dl.sourceforge.net/sourceforge/mpio/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND=">=x11-libs/qt-2.3.2-r1 >=media-sound/mpio-0.7.0" S=${WORKDIR}/${P} src_compile() { local myconf="--infodir=/usr/share/info \ --mandir=/usr/share/man" econf ${myconf} || die "./configure failed" emake || die "make failed" } src_install() { einstall || die }