|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.13 2007/07/22 05:14:57 dberkholz Exp $ | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.13 2007/07/22 05:14:57 dberkholz Exp $ |
| |
|
inherit toolchain-funcs |
|
|
DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" | DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" |
HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm" | HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm" |
SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz" | SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz" |
|
|
S="${WORKDIR}/${P}/wmcube" | S="${WORKDIR}/${P}/wmcube" |
| |
src_compile() { | src_compile() { |
|
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "parallel make failed" |
emake || die "parallel make failed" |
|
|
|
} | } |
| |
src_install() { | src_install() { |