# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/mp3gain/mp3gain-1.5.2.ebuild,v 1.1 2010/07/25 09:09:02 ssuominen Exp $ EAPI=2 inherit toolchain-funcs MY_P=${P//./_} MY_P=${MY_P/_p*} PLEVEL=${PV/*p} DESCRIPTION="A program to analyze and adjust MP3 files to same volume" HOMEPAGE="http://mp3gain.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}_r2-src.zip" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="" DEPEND="app-arch/unzip" S=${WORKDIR} src_compile() { emake CC="$(tc-getCC)" || die } src_install() { dobin mp3gain || die }