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

(-)/usr/portage/media-libs/freealut/freealut-1.1.0-r1.ebuild (-13 / +3 lines)
Lines 2-9 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/freealut/freealut-1.1.0-r1.ebuild,v 1.2 2010/04/30 10:46:48 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/freealut/freealut-1.1.0-r1.ebuild,v 1.2 2010/04/30 10:46:48 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=5
6
inherit autotools eutils
6
inherit autotools
7
7
8
DESCRIPTION="The OpenAL Utility Toolkit"
8
DESCRIPTION="The OpenAL Utility Toolkit"
9
HOMEPAGE="http://www.openal.org/"
9
HOMEPAGE="http://www.openal.org/"
Lines 22-38 Link Here
22
	AT_M4DIR="${S}/admin/autotools/m4" eautoreconf
22
	AT_M4DIR="${S}/admin/autotools/m4" eautoreconf
23
}
23
}
24
24
25
src_configure() {
26
	econf \
27
		--libdir=/usr/$(get_libdir)
28
}
29
30
src_compile() {
31
	emake all || die
32
}
33
34
src_install() {
25
src_install() {
35
	emake DESTDIR="${D}" install || die
26
	default
36
	dodoc AUTHORS ChangeLog NEWS README
37
	dohtml doc/*
27
	dohtml doc/*
38
}
28
}

Return to bug 475906