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

Collapse All | Expand All

(-)md5deep-1.5.ebuild.orig (-6 / +8 lines)
Lines 11-26 Link Here
11
IUSE=""
11
IUSE=""
12
DEPEND=""
12
DEPEND=""
13
13
14
src_unpack () {
14
src_unpack() {
15
	unpack ${A} ; cd ${S}
15
	unpack ${A} || die "unpack failed"
16
	cd ${S}
17
	sed -i -e "s:-Wall -O2:\$(CFLAGS):g" Makefile
16
}
18
}
17
19
18
src_compile () {
20
src_compile() {
19
	make CFLAGS="${CFLAGS}" linux || die
21
	make linux || die
20
}
22
}
21
23
22
src_install() {
24
src_install() {
23
	dobin md5deep sha1deep
25
	dobin md*deep sha*deep
26
	doman md*deep.1 sha*deep.1
24
	dodoc README CHANGES
27
	dodoc README CHANGES
25
	doman md5deep.1 sha1deep.1
26
}
28
}

Return to bug 79072