mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:09:01 +08:00
bfe0a82cfa
* [libpcap] Fix incorrect library name in libpcap.pc of static build * update version
15 lines
297 B
JSON
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
|
|
}
|
|
]
|
|
}
|