# Copyright 2004 Peter Eschler # Distributed under the terms of the GNU General Public License v2 IUSE="" DESCRIPTION="A simple jack program to visually measure the harmonic distortion in AD/DA converters, outboard units, plugins and other kinds of stuff." HOMEPAGE="http://inanna.ecs.soton.ac.uk/~swh/Projects/Demeter" SRC_URI="http://inanna.ecs.soton.ac.uk/~swh/Projects/Demeter/${P}.tar.gz" RESTRICT="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/glibc virtual/jack >=x11-libs/gtk+-1.2.0" src_compile() { econf || die emake || die } src_install() { einstall || die "make install failed" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README }