summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank van de Pol <fvdpol@gentoo.org>2004-08-20 17:36:07 +0000
committerFrank van de Pol <fvdpol@gentoo.org>2004-08-20 17:36:07 +0000
commit7b5c39bed4ce1e038eb32178119474bda9884542 (patch)
tree601fa3e025807c8d707c5b7b4309ea032b38833b /media-sound/bitscope/bitscope-1.1.ebuild
parentstable on ppc64, bug #60855 (diff)
downloadhistorical-7b5c39bed4ce1e038eb32178119474bda9884542.tar.gz
historical-7b5c39bed4ce1e038eb32178119474bda9884542.tar.bz2
historical-7b5c39bed4ce1e038eb32178119474bda9884542.zip
New ebuild submitted by ron widler <ron@einfach.org>. Closes #60818
Diffstat (limited to 'media-sound/bitscope/bitscope-1.1.ebuild')
-rw-r--r--media-sound/bitscope/bitscope-1.1.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/media-sound/bitscope/bitscope-1.1.ebuild b/media-sound/bitscope/bitscope-1.1.ebuild
new file mode 100644
index 000000000000..c9e2fff0eb0d
--- /dev/null
+++ b/media-sound/bitscope/bitscope-1.1.ebuild
@@ -0,0 +1,32 @@
+# 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.1 2004/08/20 17:36:07 fvdpol Exp $
+
+IUSE=""
+
+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"
+
+#first two for WANT_AUTOMAKE/CONF
+DEPEND=">=sys-devel/autoconf-2.58
+ >=sys-devel/automake-1.7.2
+ virtual/glibc
+ virtual/jack
+ >=x11-libs/gtk+-2.0.0"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die "make install failed"
+ dodoc COPYING INSTALL README
+ dohtml doc/*png doc/index.html
+}