You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/a2jmidid/a2jmidid-4.ebuild

30 lines
832 B

# 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-4.ebuild,v 1.2 2009/01/25 17:07:52 maekke 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
}