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

Collapse All | Expand All

(-)wmcube-0.98.ebuild.orig (-3 / +3 lines)
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/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.13 2007/07/22 05:14:57 dberkholz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.13 2007/07/22 05:14:57 dberkholz Exp $
4
4
5
inherit toolchain-funcs
6
5
DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
7
DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
6
HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"
8
HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"
7
SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz"
9
SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz"
Lines 21-29 Link Here
21
S="${WORKDIR}/${P}/wmcube"
23
S="${WORKDIR}/${P}/wmcube"
22
24
23
src_compile() {
25
src_compile() {
24
26
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "parallel make failed"
25
	emake || die "parallel make failed"
26
27
}
27
}
28
28
29
src_install() {
29
src_install() {

Return to bug 215651