/media-video/lsdvd/lsdvd-0.16-r2.ebuild

http://github.com/stsquad/Gentoo-Overlay · Unknown · 30 lines · 24 code · 6 blank · 0 comment · 0 complexity · cb4d14602b94203ddbd945b9b0b0e8ed MD5 · raw file

  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.16-r2.ebuild,v 1.2 2010/01/07 15:20:38 fauli Exp $
  4. EAPI=2
  5. inherit autotools eutils
  6. DESCRIPTION="Utility for getting info out of DVDs"
  7. HOMEPAGE="http://untrepid.com/lsdvd/"
  8. SRC_URI="mirror://gentoo/${P}.tar.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
  12. IUSE=""
  13. RDEPEND="media-libs/libdvdread"
  14. DEPEND="${RDEPEND}"
  15. src_prepare() {
  16. epatch "${FILESDIR}"/${P}-types.patch \
  17. "${FILESDIR}"/${P}-usec.patch \
  18. "${FILESDIR}"/${P}-title.patch
  19. eautoreconf
  20. }
  21. src_install() {
  22. emake DESTDIR="${D}" install || die "emake install failed"
  23. dodoc AUTHORS NEWS README
  24. }