--- openal-0.0.8-r1.ebuild 2007-03-28 22:05:58.000000000 +0100 +++ openal-0.0.8-r2.ebuild 2007-07-27 12:58:18.000000000 +0100 @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-0.0.8-r1.ebuild,v 1.11 2007/03/28 20:45:45 armin76 Exp $ -inherit eutils +WANT_AUTOCONF=2.56 +inherit autotools eutils DESCRIPTION="OpenAL, the Open Audio Library, is an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio" HOMEPAGE="http://www.openal.org" @@ -20,10 +21,7 @@ vorbis? ( media-libs/libvorbis ) mp3? ( media-libs/libmad )" -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/libtool" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} @@ -37,8 +35,7 @@ } src_compile() { - export WANT_AUTOCONF=2.5 - autoconf \ + eautoconf \ || die "autoconf failed" econf \ @@ -57,7 +54,7 @@ } src_install() { - make DESTDIR="${D}" install \ + emake DESTDIR="${D}" install \ || die "make install failed" dodoc AUTHORS ChangeLog NEWS NOTES README TODO