# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Perl script that examines a set of MP3 files for CD-burning suitability" HOMEPAGE="http://icculus.org/mp3check/" SRC_URI="http://icculus.org/mp3check/mp3check" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="minimal encode" DEPEND="dev-lang/perl encode? ( media-sound/lame ) !minimal? ( media-sound/id3tool media-sound/mp3_check )" src_install() { dobin "${DISTDIR}/mp3check" }