hcxdumptool: drop 6.2.7

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-07-08 09:23:25 -04:00
parent 80b284e3b3
commit 5be031b134
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 27 deletions

View file

@ -1,2 +1 @@
DIST hcxdumptool-6.2.7.tar.gz 114505 BLAKE2B 2b14a0b221de63db218226ceea31ebc34b4ebcb072b287e99801ca0bfe0aeddeba661888dd4b6202f01645a1664a6c51a9b4d7f5fac2295605b28d850ca940f5 SHA512 52aa6031f66499089afc8b72984086eab6d52e20d3cd20bdea1cb6d5cdb44996a3d091279eb38965fc4e16bdcf2d3b0b648ec130081f3603559059229bc6a039
DIST hcxdumptool-6.3.4.tar.gz 126203 BLAKE2B 366316ede554c0363b2dde2bb78af4e4a51ed2aa914b278cc393f519a1d65be61d5639ad1bcfaa711c8d04b624fed22c7d20cbb92e55fc4af7917d3eb1ea1c34 SHA512 95de18371c7cf38dadde6cdd462c9cbf4549d6f8752534e070dd8c6bad9ee57ab319cb07dc142b53feda75dc6f71115240a0b5a7ce1c237a4fc209025a0de9bd

View file

@ -1,26 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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 arm64 x86"
IUSE="gpio"
DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"
src_compile() {
emake $(usex gpio \
"GPIOSUPPORT=on" \
"GPIOSUPPORT=off")
}
src_install(){
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
}