## Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Vocoditor is a graphical OggVorbis file comment editor" SRC_URI="http://www.beastwithin.org/users/wwwwolf/code/util/${P}.tar.gz" HOMEPAGE="http://www.beastwithin.org/users/wwwwolf/code/util/vocoditor.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="recode" DEPEND=">=dev-lang/perl-5.6.0 >=media-sound/vorbis-tools-1.0 dev-perl/gtk-perl dev-perl/gtk2-gladexml dev-perl/URI" RDEPEND="recode? ( app-text/recode )" src_install() { cd ${WORKDIR}/${PN} dobin vocoditor || die "installation 1 failed" dodir /usr/share/vocoditor insinto /usr/share/vocoditor doins vocoditor.glade || die "installation 2 failed" cd lib insinto /usr/lib/perl5/5.8.5 doins *.pm || die "installation 3 failed" cd ${WORKDIR}/${PN} dodoc README COPYING AUTHOR ChangeLog TODO }