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/SmarTagger/SmarTagger-0.1-r2.ebuild

27 lines
579 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Perl script for renaming and tagging mp3s"
HOMEPAGE="http://freshmeat.net/projects/smartagger/"
SRC_URI="http://freshmeat.net/redir/smartagger/9680/url_tgz/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
RDEPEND="
dev-lang/perl
dev-perl/MP3-Info"
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_install() {
dobin ${PN}
dosym ${PN} /usr/bin/smartagger
dodoc changelog README TODO
newdoc album.id3 example.id3
}