mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
0f07d7f4d2
commit
e66b5cbd4f
@ -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
|
||||
}
|
||||
8
net-wireless/kismetmobiledashboard/metadata.xml
Normal file
8
net-wireless/kismetmobiledashboard/metadata.xml
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user