# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 MY_PN=${PN/eq/EQ} MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="jackEQ is a tool for routing and manipulating audio from/to multiple input/output sources" HOMEPAGE="http://jackeq.sourceforge.net/" SRC_URI="mirror://sourceforge/jackeq/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-util/pkgconfig-0.14.0 media-sound/jack-audio-connection-kit" src_compile() { econf || die emake || die } src_install() { make DESTDIR="${D}" install || die dodoc AUTHORS Changelog NEWS READE TODO }