# Copyright 1999-2006 Gentoo Foundation # 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.16 2006/08/13 15:00:16 yuval Exp $ IUSE="" DESCRIPTION="ID3 tag editor for mp3 files" HOMEPAGE="http://www.dakotacom.net/~donut/programs/id3ed.html" SRC_URI="http://www.dakotacom.net/~donut/programs/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" DEPEND="sys-libs/ncurses sys-libs/readline" src_compile() { econf || die emake CFLAGS="${CFLAGS} -I./" || die } src_install() { dodir /usr/bin /usr/share/man/man1 einstall || die dodoc README ChangeLog }