# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="A program for KDE that lets you tune musical instruments." HOMEPAGE="http://home.planet.nl/~lamer024/k3guitune.html" SRC_URI="http://home.planet.nl/~lamer024/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="-*" IUSE="alsa oss jack" DEPEND="=sci-libs/fftw-3* alsa? ( media-libs/alsa-lib ) jack? ( media-libs/bio2jack )" RDEPEND="${DEPEND}" need-kde 3 src_unpack() { kde_src_unpack } src_compile() { local myconf="$(use_enable alsa) $(use_enable arts) $(use_enable oss) $(use_enable jack)" kde_src_compile }