# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 MY_P="${PN/mp3}-${PV}" DESCRIPTION="Tool for organizing MP3 Collections" SRC_URI="http://illuzionz.org/pub/mp3butler/${MY_P}.tar.gz" HOMEPAGE="http://babblica.net/mp3butler" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="media-sound/id3" S=${WORKDIR}/${MY_P} src_compile () { cd ${S} ./mkdocs } src_install () { insinto ${D} dobin albumbutler.pl mp3butler.pl minibutler.pl doman mp3butler.1.gz dodoc sample.butlerrc dodoc AUTHORS COPYING ChangeLog RANT README }