vcpkg/ports/libpcap/vcpkg.json
Lily Wang bfe0a82cfa
[libpcap] Fix incorrect library name in libpcap.pc of static build (#30326)
* [libpcap] Fix incorrect library name in libpcap.pc of static build

* update version
2023-03-22 15:59:09 -07:00

15 lines
297 B
JSON

{
"name": "libpcap",
"version-semver": "1.10.1",
"port-version": 2,
"description": "A portable C/C++ library for network traffic capture",
"homepage": "https://www.tcpdump.org/",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}