# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit qt4-r2 DESCRIPTION="EKO is a simple sound editor." HOMEPAGE="http://qt-apps.org/content/show.php/EKO?content=136558" SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/${P}.tar.bz2" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/qt-gui:4 x11-libs/qt-xml:4 media-sound/jack-audio-connection-kit" RDEPEND="${DEPEND}" src_configure() { eqmake4 ${PN}.pro PREFIX=/usr }