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

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- glew-1.5.6.ebuild
0
++ glew-1.5.6.ebuild
Lines 24-31 Link Here
24
24
25
pkg_setup() {
25
pkg_setup() {
26
	myglewopts=(
26
	myglewopts=(
27
		GLEW_DEST="${ED}/usr"
28
		LIBDIR="${ED}/usr/$(get_libdir)"
29
		AR="$(tc-getAR)"
27
		AR="$(tc-getAR)"
30
		STRIP="true"
28
		STRIP="true"
31
		CC="$(tc-getCC)"
29
		CC="$(tc-getCC)"
Lines 51-57 Link Here
51
}
49
}
52
50
53
src_install() {
51
src_install() {
54
	emake "${myglewopts[@]}" install || die
52
	emake \
53
		GLEW_DEST="${ED}/usr" \
54
		LIBDIR="${ED}/usr/$(get_libdir)" \
55
		"${myglewopts[@]}" install || die
55
	dodoc doc/*.txt README.txt TODO.txt || die
56
	dodoc doc/*.txt README.txt TODO.txt || die
56
	dohtml doc/*.{css,html,jpg,png} || die
57
	dohtml doc/*.{css,html,jpg,png} || die
57
}
58
}

Return to bug 408397