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

(-)openal-0.0.8-r1.ebuild (-8 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
5
inherit eutils
5
WANT_AUTOCONF=2.56
6
inherit autotools eutils
6
7
7
DESCRIPTION="OpenAL, the Open Audio Library, is an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio"
8
DESCRIPTION="OpenAL, the Open Audio Library, is an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio"
8
HOMEPAGE="http://www.openal.org"
9
HOMEPAGE="http://www.openal.org"
Lines 20-29 Link Here
20
	vorbis? ( media-libs/libvorbis )
21
	vorbis? ( media-libs/libvorbis )
21
	mp3? ( media-libs/libmad )"
22
	mp3? ( media-libs/libmad )"
22
23
23
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}"
24
	sys-devel/autoconf
25
	sys-devel/automake
26
	sys-devel/libtool"
27
25
28
src_unpack() {
26
src_unpack() {
29
	unpack ${A}
27
	unpack ${A}
Lines 37-44 Link Here
37
}
35
}
38
36
39
src_compile() {
37
src_compile() {
40
	export WANT_AUTOCONF=2.5
38
	eautoconf \
41
	autoconf \
42
		|| die "autoconf failed"
39
		|| die "autoconf failed"
43
40
44
	econf \
41
	econf \
Lines 57-63 Link Here
57
}
54
}
58
55
59
src_install() {
56
src_install() {
60
	make DESTDIR="${D}" install \
57
	emake DESTDIR="${D}" install \
61
		|| die "make install failed"
58
		|| die "make install failed"
62
59
63
	dodoc AUTHORS ChangeLog NEWS NOTES README TODO
60
	dodoc AUTHORS ChangeLog NEWS NOTES README TODO

Return to bug 191048