diff options
Diffstat (limited to 'ports/libtins')
| -rw-r--r-- | ports/libtins/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libtins/vcpkg.json | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/ports/libtins/CONTROL b/ports/libtins/CONTROL deleted file mode 100644 index 7c68a648b..000000000 --- a/ports/libtins/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: libtins -Version: 4.3 -Description: High-level, multiplatform C++ network packet sniffing and crafting library -Build-Depends: winpcap (windows), boost-icl, boost-any diff --git a/ports/libtins/vcpkg.json b/ports/libtins/vcpkg.json new file mode 100644 index 000000000..f4f2b2748 --- /dev/null +++ b/ports/libtins/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "libtins", + "version-string": "4.3", + "port-version": 1, + "description": "High-level, multiplatform C++ network packet sniffing and crafting library", + "dependencies": [ + "boost-any", + "boost-icl", + { + "name": "winpcap", + "platform": "windows" + } + ] +} |
