You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/audiotag/audiotag-0.19.ebuild

25 lines
732 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.4 2011/01/06 16:44:51 ssuominen Exp $
DESCRIPTION="A command-line tool for mass tagging/renaming of audio files."
HOMEPAGE="http://github.com/Daenyth/audiotag"
SRC_URI="http://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE="aac flac mp3 vorbis"
RDEPEND="dev-lang/perl
flac? ( media-libs/flac )
vorbis? ( media-sound/vorbis-tools )
mp3? ( media-libs/id3lib )
aac? ( media-video/atomicparsley )"
DEPEND=""
src_install() {
dobin ${PN} || die
dodoc ChangeLog README
}