net-wireless/hcxdumptool - 6.3.5 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/hcxdumptool-6.3.5

Package Information

Description:
Small tool to capture packets from wlan devices
Homepage:
https://github.com/ZerBea/hcxdumptool
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
6.3.5 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2024 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:=
		net-libs/libpcap"
RDEPEND="${DEPEND}"

src_compile() {
	emake $(usex gpio \
		"GPIOSUPPORT=on" \
		"GPIOSUPPORT=off")
}

src_install(){
	emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-wireless/hcxdumptool | euse -E <flag> -p net-wireless/hcxdumptool | euse -D <flag> -p net-wireless/hcxdumptool

Global/Standard Flags

Dependencies

DEPEND

dev-libs/openssl:=
		net-libs/libpcap

RDEPEND

dev-libs/openssl:=
		net-libs/libpcap

Manifest for 6.3.5

Type File Size Source URLs
DIST hcxdumptool-6.3.5.tar.gz 412581 bytes https://github.com/ZerBea/hcxdumptool/archive/6.3.5.tar.gz