# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/mp3gain-1.4.6.ebuild,v 1.6 2005/11/20 21:18:01 chainsaw Exp $ inherit toolchain-funcs IUSE="" MY_P=${P//./_} S=${WORKDIR} DESCRIPTION="MP3Gain automatically adjusts mp3s so that they all have the same volume" HOMEPAGE="http://mp3gain.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86" RDEPEND="virtual/libc" DEPEND="${RDEPEND} app-arch/unzip" src_unpack() { unpack ${A} sed -i -e "s:-Wall -O3 -DHAVE_MEMCPY:-Wall ${CFLAGS} -DHAVE_MEMCPY:" ${S}/Makefile } src_compile() { emake CC="$(tc-getCC)" || die "Compile failed" } src_install () { dobin mp3gain }