summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-08 01:09:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-08 01:09:15 +0000
commit83d25024cf9f052a6b4daded04f22cddac0a893f (patch)
tree9c14239adfd4148d55fb048023512f75dc64340a /media-sound/id3ed/id3ed-1.10.4.ebuild
parentAdded hppa to keywords. (diff)
downloadhistorical-83d25024cf9f052a6b4daded04f22cddac0a893f.tar.gz
historical-83d25024cf9f052a6b4daded04f22cddac0a893f.tar.bz2
historical-83d25024cf9f052a6b4daded04f22cddac0a893f.zip
new ID3 tag editor
Diffstat (limited to 'media-sound/id3ed/id3ed-1.10.4.ebuild')
-rw-r--r--media-sound/id3ed/id3ed-1.10.4.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-sound/id3ed/id3ed-1.10.4.ebuild b/media-sound/id3ed/id3ed-1.10.4.ebuild
new file mode 100644
index 000000000000..e89e86c8df15
--- /dev/null
+++ b/media-sound/id3ed/id3ed-1.10.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/id3ed-1.10.4.ebuild,v 1.1 2003/02/08 01:09:15 seemant Exp $
+
+IUSE="X gnome"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="id3ed is an ID3 tag editor for mp3 files. You can set tags interactively or from the command line, or a combination of both. id3ed can set genre by name or number. You can also remove or view tags."
+HOMEPAGE="http://www.azstarnet.com/~donut/programs/id3ed.html"
+SRC_URI="http://www.azstarnet.com/~donut/programs/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="sys-libs/ncurses
+ sys-libs/readline"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dodir /usr/bin /usr/share/man/man1
+ einstall || die
+
+ dodoc README ChangeLog INSTALL
+}