vcpkg/ports/libpcap/vcpkg.json
Lily Wang 5dfb5ff680
[libpcap] Fix incorrect library name in libpcap.pc of non-windows build (#30398)
* [libpcap] Fix incorrect library name in libpcap.pc of non-windows build

* update version
2023-03-24 22:03:38 -07:00

16 lines
326 B
JSON

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