summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/choad/choad-0.822.ebuild')
-rw-r--r--media-sound/choad/choad-0.822.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/media-sound/choad/choad-0.822.ebuild b/media-sound/choad/choad-0.822.ebuild
new file mode 100644
index 000000000000..3765092cae52
--- /dev/null
+++ b/media-sound/choad/choad-0.822.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/05/14 02:07:30 jmglov 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"
+
+IUSE=""
+RESTRICT="nomirror"
+
+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.1ST README.2ND
+}