|
|
# 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/wmload/wmload-0.9.2.ebuild,v 1.10 2008/11/26 00:01:43 tcunha Exp $ | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.2.ebuild,v 1.10 2008/11/26 00:01:43 tcunha Exp $ |
| |
inherit eutils |
inherit eutils toolchain-funcs |
| |
IUSE="" | IUSE="" |
| |
|
|
| |
src_compile() { | src_compile() { |
xmkmf || die "xmkmf failed." | xmkmf || die "xmkmf failed." |
emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed." |
emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" || die "emake failed." |
} | } |
| |
src_install() { | src_install() { |