|
|
# 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/wmsystray/wmsystray-0.1.1.ebuild,v 1.10 2007/06/30 14:20:37 coldwind Exp $ | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.10 2007/06/30 14:20:37 coldwind Exp $ |
| |
inherit eutils |
inherit eutils toolchain-funcs |
| |
DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications" | DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE applications" |
SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2" | SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2" |
|
|
} | } |
| |
src_compile() { | src_compile() { |
emake EXTRACFLAGS="${CFLAGS}" || die "emake failed" |
emake CC="$(tc-getCC)" EXTRACFLAGS="${CFLAGS}" || die "emake failed" |
} | } |
| |
src_install() { | src_install() { |