cpdvd-1.10-r1.ebuild 514 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=2
  4. IUSE=""
  5. S="${WORKDIR}"
  6. DESCRIPTION="transfer a DVD title to your harddisk with ease on Linux"
  7. HOMEPAGE="http://www.lallafa.de/bp/cpdvd.html"
  8. SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="amd64 ppc x86"
  12. DEPEND=""
  13. RDEPEND=">=media-video/transcode-0.6.2[dvd]
  14. >=dev-lang/perl-5.8.0-r12
  15. >=media-video/cpvts-1.2"
  16. src_install () {
  17. newbin ${P} ${PN} || die
  18. }