blob: 53cf896795ad4626415e589190d6be97f2a9daa6 (
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
25
26
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/bitscope-1.1.ebuild,v 1.2 2004/08/21 23:48:00 mr_bones_ Exp $
DESCRIPTION="A diagnosis tool for JACK audio software"
HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/"
SRC_URI="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/${P}.tar.gz"
RESTRICT=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#first two for WANT_AUTOMAKE/CONF
DEPEND=">=sys-devel/autoconf-2.58
>=sys-devel/automake-1.7.2
virtual/libc
virtual/jack
>=x11-libs/gtk+-2.0.0"
src_install() {
einstall || die "make install failed"
dodoc INSTALL README
dohtml doc/*png doc/index.html
}
|