--- lib3ds-2.0.0_rc1.ebuild 2013-09-18 00:01:22.000000000 +0200 +++ lib3ds-2.0.0_rc1.ebuild 2013-09-18 13:53:49.256907646 +0200 @@ -6,6 +6,8 @@ MY_PV="20080909" MY_P="${PN}-${MY_PV}" +inherit autotools + DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files" HOMEPAGE="http://code.google.com/p/lib3ds/" SRC_URI="http://lib3ds.googlecode.com/files/${MY_P}.zip" @@ -22,6 +24,10 @@ DEPEND="${RDEPEND} app-arch/unzip" +src_prepare() { + eautoreconf +} + src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog README