blob: fb39904bd414672b96b579f9c5c19427cf5b73b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/xvattr/xvattr-1.3.ebuild,v 1.7 2004/06/09 17:44:30 agriffis Exp $
DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project"
SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz"
HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/"
SLOT=0
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""
DEPEND="virtual/x11
=x11-libs/gtk+-1*"
RDEPEND="${DEPEND}"
src_install() {
make DESTDIR=${D} install || die "make install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
|