# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/choad/choad-0.822.ebuild,v 1.6 2004/09/14 07:26:01 eradicator Exp $ DESCRIPTION="a command-line, Perl-based CD-ripping-ID3-tagging-and-mp3-encoding utility" HOMEPAGE="http://ftso.org/choad/index1.html" SRC_URI="http://ftso.org/choad/choad.tgz" LICENSE="Artistic" SLOT="0" KEYWORDS="x86 amd64 sparc" IUSE="offensive" DEPEND=">=dev-lang/perl-5 dev-perl/CDDB dev-perl/libnet dev-perl/MailTools media-sound/cdparanoia media-sound/lame" src_compile() { einfo "Nothing to compile" } src_install() { # Fix #! line sed -i -e '1s|pkg/||' choad # Install Perl script dobin choad # Documentation dodoc INSTALL README.2ND # README.1ST is a little... colourful piece of ASCII art. :) if use offensive; then dodoc README.1ST; fi }