tcpdump.org

This commit is contained in:
andrejrabcenko 2023-07-24 16:57:23 +03:00 committed by Jacob Heider
parent 13eda8e0be
commit 59fb64f849

View file

@ -0,0 +1,28 @@
distributable:
url: https://www.tcpdump.org/release/libpcap-{{version}}.tar.gz
strip-components: 1
versions:
url: https://www.tcpdump.org/release/
match: /libpcap-\d+\.\d+\.\d+\.tar\.gz/
strip:
- /^libpcap-/
- /\.tar\.gz/
build:
dependencies:
tea.xyz/gx/cc: c99
gnu.org/make: '*'
gnu.org/bison: '*'
github.com/westes/flex: '*'
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
- --enable-ipv6
- --disable-universal
provides:
- bin/pcap-config
test:
script:
- pcap-config --version | grep {{version}}