vcpkg/ports/libpcap/vcpkg.json
MonicaLiu 374023bdbb
[vcpkg baseline][libpcap] Fix flex command --header-file (#34670)
* fix libpcap

* update version

* DISABLE_PARALLEL_CONFIGURE

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-10-23 11:20:00 -07:00

16 lines
326 B
JSON

{
"name": "libpcap",
"version-semver": "1.10.4",
"port-version": 1,
"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
}
]
}