# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="A GKrellM plugin to read SNMP agents" HOMEPAGE="http://triq.net/plugin/gkrellm-snmp" SRC_URI="http://triq.net/files/${PN/-/_}-$PV.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="=x11-libs/gtk+-2* dev-libs/openssl app-admin/gkrellm net-analyzer/net-snmp" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN/-/_}-${PV} src_compile() { emake } src_install() { emake DESTDIR="${D}" install }