blob: dac3ca9c764304d99f5333413ffbe97043424907 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.20 2004/06/28 17:35:45 agriffis Exp $
inherit gnome2 gnuconfig
DESCRIPTION="GL extensions for gtk+"
HOMEPAGE="http://www.gnome.org/"
IUSE=""
SLOT="2"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
DEPEND="virtual/libc
>=x11-libs/gtk+-2.0.3
virtual/glu
virtual/opengl"
src_compile() {
use mips && gnuconfig_update
econf || die
emake || die
}
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README* docs/*.txt"
|