# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="guitarix is a simple Linux amplifier for jack with one input and two outputs" SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.a.tar.bz2" HOMEPAGE="www.brummer.de.hm/unstable.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" media-sound/jack-audio-connection-kit media-sound/lame x11-libs/gtk+ media-libs/ladspa-sdk media-sound/vorbis-tools" DEPEND="${RDEPEND}" S=${WORKDIR}/${P}.a src_unpack() { srcdir="${DISTDIR}/" einfo "Unpacking ${A} to ${WORDIR}" tar xf ${srcdir}${A} -C "${WORKDIR}" } src_compile() { cd ${S} emake } src_install() { cd ${S} mkdir -p ${D}/usr/bin emake DESTDIR=${D} install }