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

(-)escm-1.1.ebuild.original (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit autotools
7
inherit autotools toolchain-funcs
8
8
9
DESCRIPTION="escm - Embedded Scheme Processor"
9
DESCRIPTION="escm - Embedded Scheme Processor"
10
HOMEPAGE="http://practical-scheme.net/vault/escm.html"
10
HOMEPAGE="http://practical-scheme.net/vault/escm.html"
Lines 26-31 Link Here
26
	eautoconf
26
	eautoconf
27
}
27
}
28
28
29
src_compile() {
30
	emake CC="$(tc-getCC)"
31
}
32
29
src_install() {
33
src_install() {
30
	dobin escm
34
	dobin escm
31
	doman escm.1
35
	doman escm.1

Return to bug 442132