diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-08-27 20:35:31 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-08-27 20:35:31 +0000 |
commit | 743f1472918ff577393f41a0e351e5bec8f596e6 (patch) | |
tree | e1107290987b84b11b45debee5e40b480ea32298 /media-sound/abcde/abcde-2.3.0.ebuild | |
parent | Does not work with 1.2.0 ebuild, adding blocker (diff) | |
download | historical-743f1472918ff577393f41a0e351e5bec8f596e6.tar.gz historical-743f1472918ff577393f41a0e351e5bec8f596e6.tar.bz2 historical-743f1472918ff577393f41a0e351e5bec8f596e6.zip |
version bump. ebuild doesn't use patches anymore, but sed
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-sound/abcde/abcde-2.3.0.ebuild')
-rw-r--r-- | media-sound/abcde/abcde-2.3.0.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/media-sound/abcde/abcde-2.3.0.ebuild b/media-sound/abcde/abcde-2.3.0.ebuild new file mode 100644 index 000000000000..67a1d04f5584 --- /dev/null +++ b/media-sound/abcde/abcde-2.3.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.3.0.ebuild,v 1.1 2005/08/27 20:35:31 rphillips 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} + sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde + sed -i 's:/etc:/etc/abcde/:g' Makefile +} + +src_install() { + dodir /etc/abcde + make DESTDIR=${D} install || die "make install failed" + dodoc README TODO changelog +} |