# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/pysnmp-4.1.6a.ebuild,v 1.2 2006/12/30 11:35:30 dev-zero Exp $ inherit distutils DESCRIPTION="SNMP framework in Python. Not a wrapper." HOMEPAGE="http://pysnmp.sf.net/" SRC_URI="mirror://sourceforge/pysnmp/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-python/pyasn1 dev-python/pycrypto" RDEPEND="${DEPEND}" mydoc="CHANGES" src_install(){ distutils_src_install dohtml docs/*.{html,gif} insinto /usr/share/doc/${PF} doins -r examples docs/mibs }