# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.20.1.ebuild,v 1.1 2008/01/27 09:50:22 aballier Exp $ DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others" HOMEPAGE="http://sourceforge.net/projects/bristol" SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=media-sound/jack-audio-connection-kit-0.99.0 >=media-libs/alsa-lib-1.0.0 x11-libs/libX11" DEPEND="${RDEPEND} x11-proto/xproto dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README }