pantry/projects/tcpdump.org/package.yml

27 lines
610 B
YAML
Raw Normal View History

2023-07-24 16:57:23 +03:00
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:
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}}