vcpkg/ports/libtorrent/vcpkg.json
autoantwort e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00

55 lines
1.3 KiB
JSON

{
"name": "libtorrent",
"version": "1.2.14",
"port-version": 1,
"maintainers": "Arvid Norberg <arvid.norberg@gmail.com>",
"description": "An efficient feature complete C++ BitTorrent implementation",
"homepage": "https://libtorrent.org",
"documentation": "https://libtorrent.org/reference.html",
"supports": "!uwp & !(windows & arm)",
"dependencies": [
"boost-asio",
"boost-chrono",
"boost-config",
"boost-crc",
"boost-date-time",
"boost-iterator",
"boost-multiprecision",
"boost-pool",
"boost-random",
"boost-scope-exit",
"boost-system",
"boost-variant",
"openssl"
],
"default-features": [
"iconv"
],
"features": {
"deprfun": {
"description": "build with deprecated functions enabled"
},
"examples": {
"description": "build the examples in the examples directory"
},
"iconv": {
"description": "build with libiconv",
"dependencies": [
"libiconv"
]
},
"python": {
"description": "build the python bindings in bindings/python directory",
"dependencies": [
"boost-python"
]
},
"test": {
"description": "build the libtorrent tests"
},
"tools": {
"description": "build the tools in the tools directory"
}
}
}