blob: 63956199e5eafafefb8108934d1795b7400223ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.7.ebuild,v 1.5 2004/06/25 00:43:54 agriffis Exp $
DESCRIPTION="Utility for getting info out of DVDs"
HOMEPAGE="http://acidrip.thirtythreeandathird.net"
SRC_URI="mirror://sourceforge/acidrip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
DEPEND="=media-libs/libdvdread-0.9*"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS NEWS README
}
|