summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-11-25 09:58:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-11-25 09:58:46 +0000
commit962ff538d97a68c55101df17237e076417a9ab28 (patch)
tree37fe029aa53a306d7eaa494815ca1f8ba40d12a8 /app-cdr/mp3burn/mp3burn-0.4.2.ebuild
parentclean up (diff)
downloadgentoo-2-962ff538d97a68c55101df17237e076417a9ab28.tar.gz
gentoo-2-962ff538d97a68c55101df17237e076417a9ab28.tar.bz2
gentoo-2-962ff538d97a68c55101df17237e076417a9ab28.zip
Version bump 0.4.2. Old versions are gone, because this was treecleaned for bug 227143. If you have issues with this package, please see Comment #12. Try to stable in 30 days.
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)
Diffstat (limited to 'app-cdr/mp3burn/mp3burn-0.4.2.ebuild')
-rw-r--r--app-cdr/mp3burn/mp3burn-0.4.2.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-cdr/mp3burn/mp3burn-0.4.2.ebuild b/app-cdr/mp3burn/mp3burn-0.4.2.ebuild
new file mode 100644
index 000000000000..74c7ff022ffd
--- /dev/null
+++ b/app-cdr/mp3burn/mp3burn-0.4.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mp3burn/mp3burn-0.4.2.ebuild,v 1.1 2008/11/25 09:58:46 ssuominen Exp $
+
+DESCRIPTION="Burn mp3s without filling up your disk with .wav files"
+HOMEPAGE="http://sourceforge.net/projects/mp3burn"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+ virtual/mpg123
+ media-libs/flac
+ media-sound/vorbis-tools
+ virtual/cdrtools
+ dev-perl/MP3-Info
+ dev-perl/ogg-vorbis-header
+ dev-perl/String-ShellQuote"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ emake || die "emake failed."
+}
+
+src_install() {
+ dobin ${PN} || die "dobin failed."
+ doman ${PN}.1
+ dodoc Changelog README
+}