diff options
Diffstat (limited to 'media-sound/abcde/abcde-2.1.6.ebuild')
-rw-r--r-- | media-sound/abcde/abcde-2.1.6.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/media-sound/abcde/abcde-2.1.6.ebuild b/media-sound/abcde/abcde-2.1.6.ebuild new file mode 100644 index 000000000000..1bbd976c0c0e --- /dev/null +++ b/media-sound/abcde/abcde-2.1.6.ebuild @@ -0,0 +1,32 @@ +# 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.1.6.ebuild,v 1.1 2003/10/06 18:54:39 rphillips 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" + +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 ${PN}_${PV}.orig.tar.gz + cd ${S} + cp Makefile Makefile.orig + epatch ${FILESDIR}/${PF}-gentoo.diff +} + +src_install() { + dodir /etc/abcde + make DESTDIR=${D} install || die + dodoc COPYING README TODO changelog +} |