diff options
Diffstat (limited to 'app-cdr/burncdda/burncdda-1.3.8.ebuild')
-rw-r--r-- | app-cdr/burncdda/burncdda-1.3.8.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-cdr/burncdda/burncdda-1.3.8.ebuild b/app-cdr/burncdda/burncdda-1.3.8.ebuild new file mode 100644 index 000000000000..ba1b60a34643 --- /dev/null +++ b/app-cdr/burncdda/burncdda-1.3.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncdda/burncdda-1.3.8.ebuild,v 1.1 2005/08/28 18:07:23 metalgod Exp $ + +DESCRIPTION="Console app for copying burning audio cds" +SLOT="0" +SRC_URI="http://www.thenktor.homepage.t-online.de/burncdda/download/${P}.tar.gz" +LICENSE="GPL-2" +HOMEPAGE="http://www.thenktor.homepage.t-online.de/burncdda/index.html" +IUSE="" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +DEPEND="dev-util/dialog + app-cdr/cdrdao + app-cdr/cdrtools + virtual/mpg123 + media-sound/mp3_check + media-sound/normalize + media-sound/sox + media-sound/vorbis-tools" + +src_install() { + dodoc CHANGELOG INSTALL LICENSE + insinto /etc + doins burncdda.conf + dobin burncdda + insinto /usr/share/man/man1 + doins burncdda.1.gz +} |