# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.2.0.ebuild,v 1.4 2005/05/05 23:16:37 swegener Exp $ inherit eutils DESCRIPTION="a better cd encoder" HOMEPAGE="http://www.hispalinux.es/~data/abcde.php" SRC_URI="http://www.hispalinux.es/~data/files/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" IUSE="" DEPEND=">=media-sound/id3-0.12 >=media-sound/cd-discid-0.6 >=media-sound/cdparanoia-3.9.7 >=media-sound/vorbis-tools-1.0_rc3 media-sound/id3v2 >=media-libs/flac-1 >=media-sound/normalize-0.7.4" src_unpack() { unpack ${A} cd ${S} cp Makefile Makefile.orig epatch ${FILESDIR}/${PF}-gentoo.diff } src_install() { dodir /etc/abcde make DESTDIR=${D} install || die "make install failed" dodoc README TODO changelog }