diff options
Diffstat (limited to 'media-video/lsdvd/lsdvd-0.10.ebuild')
-rw-r--r-- | media-video/lsdvd/lsdvd-0.10.ebuild | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/media-video/lsdvd/lsdvd-0.10.ebuild b/media-video/lsdvd/lsdvd-0.10.ebuild index 454ee220ac2f..761cf5300dd4 100644 --- a/media-video/lsdvd/lsdvd-0.10.ebuild +++ b/media-video/lsdvd/lsdvd-0.10.ebuild @@ -1,31 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.10.ebuild,v 1.2 2004/03/02 15:26:58 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.10.ebuild,v 1.3 2004/03/19 10:01:29 mr_bones_ Exp $ DESCRIPTION="Utility for getting info out of DVDs" HOMEPAGE="http://acidrip.thirtythreeandathird.net" SRC_URI="mirror://sourceforge/acidrip/${P}.tar.gz" -RESTRICT="nomirror" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86 ~amd64" IUSE="" -# Build-time dependencies, such as -# ssl? ( >=openssl-0.9.6b ) -# >=perl-5.6.1-r1 -# It is advisable to use the >= syntax show above, to reflect what you -# had installed on your system when you tested the package. Then -# other users hopefully won't be caught without the right version of -# a dependency. -DEPEND="=libdvdread-0.9*" - -src_compile() { - econf || die - emake || die -} +DEPEND="=media-libs/libdvdread-0.9*" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS NEWS README } |