# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="This program analyzes a song and produces an output consisting of the volume differential, the relative strength in each frequency band, and the tempo." HOMEPAGE="http://www.usm.edu.ec/~amadorm/software/" SRC_URI="http://www.usm.edu.ec/~amadorm/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="mp3 vorbis" DEPEND="sci-libs/gsl" RDEPEND="mp3? ( media-sound/mpg321 ) vorbis? ( media-sound/vorbis-tools )" src_install() { einstall || die }