Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308033
Collapse All | Expand All

(-)lib3ds-2.0.0_rc1.ebuild (+6 lines)
Lines 6-11 Link Here
6
MY_PV="20080909"
6
MY_PV="20080909"
7
MY_P="${PN}-${MY_PV}"
7
MY_P="${PN}-${MY_PV}"
8
8
9
inherit autotools
10
9
DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files"
11
DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files"
10
HOMEPAGE="http://code.google.com/p/lib3ds/"
12
HOMEPAGE="http://code.google.com/p/lib3ds/"
11
SRC_URI="http://lib3ds.googlecode.com/files/${MY_P}.zip"
13
SRC_URI="http://lib3ds.googlecode.com/files/${MY_P}.zip"
Lines 22-27 Link Here
22
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
23
	app-arch/unzip"
25
	app-arch/unzip"
24
26
27
src_prepare() {
28
	eautoreconf
29
}
30
25
src_install() {
31
src_install() {
26
	emake DESTDIR="${D}" install
32
	emake DESTDIR="${D}" install
27
	dodoc AUTHORS ChangeLog README
33
	dodoc AUTHORS ChangeLog README

Return to bug 308033