vcpkg/ports/libxslt/vcpkg.json
Osyotr ba383ed233
[libxslt] Fix linux dynamic build and replace absolute paths with relative (#21441)
* [libxslt] Fix linux dynamic build and replace absolute paths with relative
Also remove docs, python and plugins since they all do nothing

* [libxslt] Use pkg-config for libxml2; provide libxslt.pc on Windows

* [libxslt] Update version db

* [libxslt] Revert change to vcpkg_copy_tools

* [libxslt] Typo COPY_RECURSE

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-15 18:50:07 -08:00

18 lines
395 B
JSON

{
"name": "libxslt",
"version": "1.1.34",
"port-version": 2,
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
"homepage": "https://github.com/GNOME/libxslt",
"supports": "!uwp",
"dependencies": [
"liblzma",
"libxml2",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true,
"platform": "!windows"
}
]
}