summaryrefslogtreecommitdiff
blob: 495696159cc17f29b4d4b6881ab637d7308ba4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2002 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.2 2003/04/24 16:27:56 utx 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="x11-base/xfree
	=x11-libs/gtk+-1*"
RDEPEND="${DEPEND}"

src_install() {
	make DESTDIR=${D} install
	dodoc AUTHORS ChangeLog COPYING NEWS README
}