burn-cd-1.7.4.ebuild 465 B

123456789101112131415161718192021
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
  4. HOMEPAGE="http://burn-cd.sourceforge.net"
  5. SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
  6. LICENSE="LGPL-2"
  7. SLOT="0"
  8. KEYWORDS="amd64 x86"
  9. IUSE=""
  10. RDEPEND="dev-lang/python
  11. virtual/cdrtools
  12. app-cdr/dvd+rw-tools"
  13. DEPEND=""
  14. src_install() {
  15. newbin ${P} ${PN} || die "newbin failed."
  16. }