media-sound/mp3val - 0.1.8 (salfter)

Search

Install

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

Package Information

Description:
MP3 validator
Homepage:
http://mp3val.sourceforge.net/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1.8 8 ~x86 ~amd64 0
View Raw Ebuild
# 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
}

Manifest for 0.1.8

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