summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-03-12 16:08:25 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-03-12 16:08:25 +0000
commit26a39c096d2af2004e0e5fe268341cb50ad9e369 (patch)
treee0850d3508f5aee1767b963ce817147828d35f02 /media-sound/abcde/abcde-2.2.0.ebuild
parentMarked 1.2.2 stable on x86. (diff)
downloadhistorical-26a39c096d2af2004e0e5fe268341cb50ad9e369.tar.gz
historical-26a39c096d2af2004e0e5fe268341cb50ad9e369.tar.bz2
historical-26a39c096d2af2004e0e5fe268341cb50ad9e369.zip
new upstream version, fixes #71978
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound/abcde/abcde-2.2.0.ebuild')
-rw-r--r--media-sound/abcde/abcde-2.2.0.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/media-sound/abcde/abcde-2.2.0.ebuild b/media-sound/abcde/abcde-2.2.0.ebuild
new file mode 100644
index 000000000000..3a6c7ff7d1f8
--- /dev/null
+++ b/media-sound/abcde/abcde-2.2.0.ebuild
@@ -0,0 +1,35 @@
+# 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.1 2005/03/12 16:08:25 luckyduck 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"
+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
+}