mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
[libxmp-lite] only windows (#22560)
This commit is contained in:
parent
b1fe832714
commit
9ae782c08c
@ -10,14 +10,13 @@ vcpkg_from_sourceforge(
|
||||
0001-msvc-buildfix.patch
|
||||
0002-fix-symbols.patch
|
||||
)
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/README" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,14 @@
|
||||
{
|
||||
"name": "libxmp-lite",
|
||||
"version-string": "4.4.1",
|
||||
"port-version": 7,
|
||||
"version": "4.4.1",
|
||||
"port-version": 8,
|
||||
"description": "Lightweight version of libxmp that supports MOD, S3M, XM and IT modules.",
|
||||
"homepage": "https://sourceforge.net/projects/xmp/"
|
||||
"homepage": "https://sourceforge.net/projects/xmp/",
|
||||
"supports": "windows",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -735,8 +735,6 @@ libwandio:x64-windows-static-md=fail
|
||||
libwandio:x64-uwp=fail
|
||||
libwandio:arm64-windows=fail
|
||||
libwandio:arm-uwp=fail
|
||||
libxmp-lite:x64-linux=fail
|
||||
libxmp-lite:x64-osx=fail
|
||||
licensepp:arm-uwp=fail
|
||||
licensepp:x64-uwp=fail
|
||||
linenoise-ng:arm-uwp=fail
|
||||
|
@ -4102,7 +4102,7 @@
|
||||
},
|
||||
"libxmp-lite": {
|
||||
"baseline": "4.4.1",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"libxslt": {
|
||||
"baseline": "1.1.34",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bb6da404365a98bffa1f8622b652c15929c81811",
|
||||
"version": "4.4.1",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "dda1a742b2612d9d926fef9c804d5e5efd041777",
|
||||
"version-string": "4.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user