mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 12:58:06 +08:00
ba383ed233
* [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>
18 lines
395 B
JSON
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"
|
|
}
|
|
]
|
|
}
|