net-wireless/kismetmobiledashboard: initial import

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
Rick Farina 2019-03-05 16:21:03 -05:00
parent 0f07d7f4d2
commit e66b5cbd4f
No known key found for this signature in database
GPG Key ID: A5DD1427DD11F94A
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit git-r3
DESCRIPTION="Mobile UI for kismet"
HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
SRC_URI=""
EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
KIS_SRC_DIR="/usr/share/kismet" emake
}
src_install() {
DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
</pkgmetadata>