mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-31 12:54:00 +01:00
hcxdumptool: update
This commit is contained in:
parent
897bf331ff
commit
bda70a554e
5 changed files with 2 additions and 94 deletions
|
|
@ -1,4 +1 @@
|
|||
DIST hcxdumptool-5.0.0.tar.gz 52269 BLAKE2B 43d98f440b65df7fde7b4c0c176ca18a0943184d49bc9be4517c02dac6cc2d1eeda7bd9436979a6792e73a84a84cd54cdfc6659e98b3b5e06d3cb164a28f65fa SHA512 ee2ac03850e83a869eb5835d0cab40b15307c247c3389fd5987a75308646d7abd5439b4f5b93902069ab56fc46411e09cd6dca0d39bdfbbaf9c80b1f3dd76bd7
|
||||
DIST hcxdumptool-5.1.4.tar.gz 59046 BLAKE2B 965f17b9ca2ed4da033b0c0a06d3761bbd676ce45542a290ba2441d33f8529b75297038c2241c770b33974696a9da34fd2a6d5fb5127f56312c55d32c46991fa SHA512 2e0eed2de167c4d1cb9ff804e3272dc072ede45aa82bd8cdca020a3375b976df55e5620689d0b0a142eb29e40b82334e8b59a5c0a93ced66e98d5f0b5d532397
|
||||
DIST hcxdumptool-5.1.7.tar.gz 67362 BLAKE2B d1fff1448c1b6aa14deb5f6879ffe6241c57745ac46b953d4b467b01d4c65a4b8b9571879d6dcc88483524efa0d93cd3f302e6ab300c9e35f0b9dc250d722fa7 SHA512 7866314bf16770ae7f18e608408a3f9bac996296aa37db258a6cf777716ea1b353496bff1c493470e6b50b44e08c43940840fdd839630a9018aa44c9b52449c9
|
||||
DIST hcxdumptool-5.2.2.tar.gz 72860 BLAKE2B 0349c2c0db94d983297e2da78bc018234fe85844d5c8a865e0ce8e192cce66cc0686e1b81a6182169cb0405d767c244cd972e15d6da8b980b0cc24aa36b660df SHA512 7a718dd7cd964610be788fc164c9f72056aeda72b0f2d8aa73ff5472e7a4ce4a64a004a9f424bf15bd009c12b60a15cc82ac480989700d7e2b7953354717be97
|
||||
DIST hcxdumptool-6.0.0.tar.gz 75010 BLAKE2B 05c666df3bd3e20873a0d3322619056cabaa3b61ba6e295c457fd21198c29be0868f2577ce9e71d753ac6be74378256569b770e3594b916efa6b4ab4d0e8ccf8 SHA512 cda80fc41c0f413130ac753358774fcd8d2278a832ebd92b3cefb962c4acd055cc15cfe7fe0f88f33e43db10e83ce1b2d4c968660706acf28031a079cccbe9a0
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Small tool to capture packets from wlan devices"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
|
||||
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gpio"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure(){
|
||||
local GPIOSUPPORT
|
||||
if use gpio; then
|
||||
GPIOSUPPORT="GPIOSUPPORT=on"
|
||||
fi
|
||||
emake ${GPIOSUPPORT}
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake ${GPIOSUPPORT} DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Small tool to capture packets from wlan devices"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
|
||||
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gpio"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure(){
|
||||
local GPIOSUPPORT
|
||||
if use gpio; then
|
||||
GPIOSUPPORT="GPIOSUPPORT=on"
|
||||
fi
|
||||
emake ${GPIOSUPPORT}
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake ${GPIOSUPPORT} DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Small tool to capture packets from wlan devices"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
|
||||
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gpio"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/^install: build/install:/" \
|
||||
-i Makefile || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake $(usex gpio \
|
||||
"GPIOSUPPORT=on" \
|
||||
"GPIOSUPPORT=off")
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gpio"
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="dev-libs/openssl:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
Loading…
Reference in a new issue