Install this version:
emerge -a =media-sound/mp3val-0.1.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/mp3val-0.1.8
Or alternatively:
emerge --autounmask-write -a =media-sound/mp3val-0.1.8
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
DESCRIPTION="MP3 validator"
HOMEPAGE="http://mp3val.sourceforge.net/"
SRC_URI="mirror://sourceforge/mp3val/${P}-src.tar.gz"
S=$WORKDIR/$P-src
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
PATCHES=( $FILESDIR/$P-gcc-4.3.patch
$FILESDIR/$P-makefile-opts.patch )
src_compile() {
emake -f Makefile.linux
}
src_install() {
dobin $S/mp3val
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mp3val-0.1.8-src.tar.gz | 21406 bytes | mirror://sourceforge/mp3val/mp3val-0.1.8-src.tar.gz |