summaryrefslogtreecommitdiff
blob: 4e0f024ff84c2e140a7a529744c666807c1a9112 (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
28
29
30
31
32
33
34
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/nucleo-0.1-r1.ebuild,v 1.7 2006/02/11 11:15:11 nelchael Exp $

IUSE=""

DATE="20040721"

DESCRIPTION="Nucleo is some library for metisse"
SRC_URI="http://insitu.lri.fr/~chapuis/software/metisse/${P}-${DATE}.tar.bz2"
HOMEPAGE="http://insitu.lri.fr/~chapuis/metisse"

RDEPEND="|| ( (
		x11-libs/libX11
		x11-libs/libXt
		media-libs/mesa )
	virtual/x11 )"
DEPEND="|| ( (
		x11-proto/xproto
		x11-proto/inputproto )
	virtual/x11 )
	virtual/opengl
	media-libs/freetype
	media-libs/libpng
	media-libs/jpeg"

SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="x86 ppc"

src_install() {
	make DESTDIR="${D}" install || die "make install failed"
	dodoc README ChangeLog AUTHORS NEWS
}