summaryrefslogtreecommitdiff
blob: 9c1b9dfeedd4611730aa1fb3c7857ca3a2d40d0f (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
35
36
37
38
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit eutils

DESCRIPTION="The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document."
HOMEPAGE="http://sourceforge.net/projects/collada-dom/"

SRC_URI="mirror://sourceforge/collada-dom/files/Collada%20DOM/Collada%20DOM%202.2/collada-dom-2.2.zip"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~x86"

IUSE=""
DEPEND="virtual/opengl
	virtual/glut
	media-gfx/nvidia-cg-toolkit
"
RDEPEND="${DEPEND}"

EPATCH_OPTS=""
PATCHES=()

S="${WORKDIR}/collada-dom"

#src_configure() {
#}

src_compile() {
	emake -f Makefile.linux || die "emake failed"
}

#src_install() {
#}