# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit eutils DESCRIPTION="Wifi scanner" HOMEPAGE="http://www.metageek.net/products/inssider/" SRC_URI="x86? ( https://github.com/downloads/metageek-llc/inSSIDer-2-Cross-Platform/${PN}_${PV}_i386.deb ) amd64? ( https://github.com/downloads/metageek-llc/inSSIDer-2-Cross-Platform/${PN}_${PV}_amd64.deb )" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86 ~amd64" S=${WORKDIR} DEPEND="app-arch/deb2targz" RDEPEND="dev-lang/mono dev-dotnet/webkit-sharp" src_prepare() { unpack ./data.tar.gz } src_install() { insinto /usr/share doins -r usr/share/inssider dodoc usr/share/doc/inssider/{changelog.Debian.gz,copyright} domenu usr/share/applications/inSSIDer.desktop dobin usr/share/inssider/inssider.sh }