diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-11-19 20:00:43 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-11-19 20:00:43 +0000 |
commit | e8fe6b8f7640e794e9ff28215baa12316b336da7 (patch) | |
tree | 60c8a1524a7061c3731be00a4ce4303859ee219c /app-cdr/burncdda/burncdda-1.4.1.ebuild | |
parent | revbump to remove gtk2 useflag (diff) | |
download | historical-e8fe6b8f7640e794e9ff28215baa12316b336da7.tar.gz historical-e8fe6b8f7640e794e9ff28215baa12316b336da7.tar.bz2 historical-e8fe6b8f7640e794e9ff28215baa12316b336da7.zip |
Version Bump thanks to ArYiX <aryix@lugmen.org.ar> closes bug #112603. Modify removing myself as the first maintainer since i belong to media-optical herd.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-cdr/burncdda/burncdda-1.4.1.ebuild')
-rw-r--r-- | app-cdr/burncdda/burncdda-1.4.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-cdr/burncdda/burncdda-1.4.1.ebuild b/app-cdr/burncdda/burncdda-1.4.1.ebuild new file mode 100644 index 000000000000..3504c6f80b8c --- /dev/null +++ b/app-cdr/burncdda/burncdda-1.4.1.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.4.1.ebuild,v 1.1 2005/11/19 20:00:43 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 +} |