mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
28 lines
633 B
YAML
28 lines
633 B
YAML
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}} |