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

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- cw-1.0.15.ebuild
0
++ cw-1.0.15.ebuild
Lines 2-7 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/app-misc/cw/cw-1.0.15.ebuild,v 1.6 2008/05/11 09:33:15 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.15.ebuild,v 1.6 2008/05/11 09:33:15 armin76 Exp $
4
4
5
inherit toolchain-funcs
6
5
DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands"
7
DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands"
6
HOMEPAGE="http://cwrapper.sourceforge.net/"
8
HOMEPAGE="http://cwrapper.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/cwrapper/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/cwrapper/${P}.tar.bz2"
Lines 21-26 Link Here
21
}
23
}
22
24
23
src_compile() {
25
src_compile() {
26
	tc-export CC
24
	econf || die "econf failed"
27
	econf || die "econf failed"
25
	emake local || die "emake failed"
28
	emake local || die "emake failed"
26
}
29
}

Return to bug 243628