# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.0.3.ebuild,v 1.9 2003/09/11 01:21:31 msterret Exp $ DESCRIPTION="a better cd encoder" SRC_URI="http://www.hispalinux.es/~data/files/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://www.hispalinux.es/~data/abcde.php" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" 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" src_unpack() { unpack ${PN}_${PV}.orig.tar.gz cd ${S} cp Makefile Makefile.orig patch -p0 < ${FILESDIR}/${PF}-gentoo.diff } src_install() { dodir /etc/abcde make DESTDIR=${D} install || die dodoc COPYING README TODO changelog }