# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

SRC_URI="http://users.servicios.retecal.es/luisllorente/web/${P}.tar.gz"
DESCRIPTION="Displays network utilisation on lcdproc"
HOMEPAGE="http://users.servicios.retecal.es/luisllorente/web/proyectos.htm"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""

RDEPEND=">=app-misc/lcdproc-0.4"
DEPEND=">=sys-apps/sed-4"

src_unpack() {
	unpack ${A} ; cd ${S}
	sed -i "11s:-O3:${CFLAGS}:" Makefile
}
src_compile() {
	emake || die
}
src_install() {
	dobin netlcdclient
	dodoc AUTHORS changelog README

	insinto /etc
	doins ${FILESDIR}/netlcdclient.conf

	exeinto /etc/init.d
	doexe ${FILESDIR}/netlcdclient
}