# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 KDE_LINGUAS="cs de es fr tr" KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="MIDI based metronome using ALSA sequencer" HOMEPAGE="http://kmetronome.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="amd64 x86" IUSE="debug" DEPEND=" media-libs/alsa-lib media-sound/drumstick " RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_configure() { mycmakeargs=( -DSTATIC_DRUMSTICK=OFF ) kde4-base_src_configure }