/media-video/lsdvd/lsdvd-0.15.ebuild

http://github.com/stsquad/Gentoo-Overlay · Unknown · 33 lines · 24 code · 9 blank · 0 comment · 0 complexity · 3ae6c91d57f331a699e8d420d242ca91 MD5 · raw file

  1. # Copyright 1999-2008 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.15.ebuild,v 1.14 2008/06/10 14:06:57 beandog Exp $
  4. WANT_AUTOMAKE="latest"
  5. WANT_AUTOCONF="latest"
  6. inherit eutils autotools
  7. DESCRIPTION="Utility for getting info out of DVDs"
  8. HOMEPAGE="http://untrepid.com/lsdvd/"
  9. SRC_URI="mirror://gentoo/${P}.tar.gz"
  10. LICENSE="GPL-2"
  11. SLOT="0"
  12. KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
  13. IUSE=""
  14. DEPEND="=media-libs/libdvdread-0.9*"
  15. src_unpack() {
  16. unpack ${A}
  17. cd "${S}"
  18. epatch "${FILESDIR}/${P}-types.patch"
  19. eautoreconf
  20. }
  21. src_install() {
  22. make DESTDIR="${D}" install || die "make install failed"
  23. dodoc AUTHORS NEWS README
  24. }