blob: ac5f260b0b3c807084cb885aa239249a0679629c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
}
|