# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ MY_P=${P/xmms-/} S=${WORKDIR}/${MY_P} DESCRIPTION="Plugin for XMMS, music will be played at the same volume even if it is recorded at a different volume level" SRC_URI="mirror://sourceforge/volnorm/${MY_P}.tar.gz" HOMEPAGE="http://volnorm.sourceforge.net" DEPEND=">=media-sound/xmms-1.2.7-r1" src_compile() { econf --prefix=/usr || die emake || die } src_install() { einstall DESTDIR=${D} || die # Don't know if this is useful, but let's try it anyway dodoc AUTHORS BUGS COPYING ChangeLog NEWS INSTALL README RELEASE TODO }