Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 207945 | Differences between
and this patch

Collapse All | Expand All

(-)wmalms-1.1.1.ebuild (-4 / +8 lines)
Lines 26-36 Link Here
26
	unpack ${A}
26
	unpack ${A}
27
	cd "${S}"
27
	cd "${S}"
28
	epatch "${FILESDIR}"/${P}-configure.patch
28
	epatch "${FILESDIR}"/${P}-configure.patch
29
	eautoconf
29
	epatch "${FILESDIR}"/${P}-makefile.patch
30
	eautoreconf
31
}
32
33
src_compile() {
34
	econf --docdir="/usr/share/doc/${PF}"
35
	emake || die "compile failed"
30
}
36
}
31
37
32
src_install() {
38
src_install() {
33
	dobin ${PN}
39
	emake DESTDIR="${D}" install || die "install failed"
34
	dodoc README
35
	dohtml manual.html
36
}
40
}

Return to bug 207945