# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/jack-rack/jack-rack-1.4.2.ebuild,v 1.5 2004/03/19 23:46:57 eradicator Exp $ DESCRIPTION="JACK Rack is an effects rack for the JACK low latency audio API." HOMEPAGE="http://arb.bash.sh/~rah/software/jack-rack/" SRC_URI="http://arb.bash.sh/~rah/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" # ~arch because of bug #43572 KEYWORDS="~x86" IUSE="gnome" DEPEND="media-libs/ladcca \ media-libs/liblrdf \ >=x11-libs/gtk+-2.0.6-r2 \ >=media-libs/ladspa-sdk-1.12 \ dev-libs/libxml2 \ virtual/jack" src_compile() { local myconf use gnome || myconf="${myconf} --disable-gnome" ./configure ${myconf} \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" make || die } src_install() { make DESTDIR=${D} install || die }