# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="WiFi Radar is a Python/PyGTK2 utility for managing WiFi profiles." HOMEPAGE="http://www.bitbuilder.com/wifi_radar/" SRC_URI="http://www.bitbuilder.com/wifi_radar/bins/${PN/-/_}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-python/pygtk-2 net-wireless/wireless-tools" S=${WORKDIR} src_install() { dosbin wifi_radar.py doicon wifi_radar.svg dodoc README }