| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-libs/lib3ds/lib3ds-1.3.0.ebuild,v 1.7 2012/07/29 17:31:12 armin76 Exp $ |
| 4 |
|
| 5 |
DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files" |
| 6 |
HOMEPAGE="http://lib3ds.sourceforge.net/" |
| 7 |
SRC_URI="mirror://sourceforge/${PN}/${P}.zip" |
| 8 |
|
| 9 |
LICENSE="LGPL-2.1" |
| 10 |
SLOT="0" |
| 11 |
KEYWORDS="amd64 ppc ~ppc64 x86" |
| 12 |
IUSE="" |
| 13 |
|
| 14 |
RDEPEND="media-libs/freeglut |
| 15 |
virtual/opengl" |
| 16 |
DEPEND="${RDEPEND} |
| 17 |
app-arch/unzip" |
| 18 |
|
| 19 |
src_install() { |
| 20 |
emake DESTDIR="${D}" install || die "emake install failed" |
| 21 |
dodoc AUTHORS ChangeLog README |
| 22 |
} |