# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Provides r/w access to a wireless network card's capabilities using the Linux Wireless Extensions" HOMEPAGE="http://pypi.python.org/pypi/python-wifi/" SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2.1 examples? ( GPL-2 )" IUSE="examples" RDEPEND="" DEPEND="dev-python/setuptools" RESTRICT_PYTHON_ABIS="3*" DOCS="docs/AUTHORS docs/BUGS docs/DEVEL.txt docs/TODO" src_install() { distutils_src_install if use examples; then insinto /usr/share/${P}/ doins -r examples || die "no examples" fi }