mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
tcpdump.org
This commit is contained in:
parent
13eda8e0be
commit
59fb64f849
28
projects/tcpdump.org/package.yml
Normal file
28
projects/tcpdump.org/package.yml
Normal 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}}
|
Loading…
Reference in a new issue