# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SNMP Command Line Interface" HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/scli/" SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="xml" DEPEND="dev-libs/glib dev-libs/libxml2" src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die dodoc README AUTHORS COPYING NEWS TODO ChangeLog }