# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-5.ebuild,v 1.1 2009/06/17 07:09:14 aballier Exp $ DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system." HOMEPAGE="http://home.gna.org/a2jmidid/" SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/alsa-lib media-sound/jack-audio-connection-kit sys-apps/dbus" DEPEND="${RDEPEND} dev-util/pkgconfig dev-lang/python" src_compile() { ./waf configure --prefix=/usr || die "failed to configure" ./waf || die "failed to build" } src_install() { ./waf --destdir="${D}" install || die "install failed" dodoc AUTHORS README NEWS internals.txt }