# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-wifi/gkrellm-wifi-0.9.12.ebuild,v 1.5 2004/07/09 23:35:51 slarti Exp $ DESCRIPTION="A GKrellM2 plug-in for monitoring the link quality of your wireless LAN cards" HOMEPAGE="http://brix.gimp.org/files/gkrellm-wifi/" SRC_URI="http://brix.gimp.org/files/gkrellm-wifi/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND=">=app-admin/gkrellm-2.1.12" src_compile() { CFLAGS="$CFLAGS -I/usr/src/linux/include" make || die } src_install() { exeinto /usr/lib/gkrellm2/plugins doexe gkrellm-wifi.so dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THEMING TODO }