Skip to content

Commit

Permalink
[liblzma] update to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codicodi committed Feb 25, 2017
1 parent 128ba92 commit 39a59a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/liblzma/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: liblzma
Version: 5.2.2
Version: 5.2.3
Description: Compression library with an API similar to that of zlib.
9 changes: 5 additions & 4 deletions ports/liblzma/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@

include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xz-5.2.2)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xz-5.2.3)
vcpkg_download_distfile(ARCHIVE
URLS "http://tukaani.org/xz/xz-5.2.2.tar.gz"
FILENAME "xz-5.2.2.tar.gz"
SHA512 8d6249f93c5c43e1c8eeb21f93b22330fd54575e20bbb4af3d06721192d9f0ca3351878964c9640238ac410b7dd9f16329793c7be7355c7ca0db92c6db6ab813)
URLS "http://tukaani.org/xz/xz-5.2.3.tar.gz"
FILENAME "xz-5.2.3.tar.gz"
SHA512 a5eb4f707cf31579d166a6f95dbac45cf7ea181036d1632b4f123a4072f502f8d57cd6e7d0588f0bf831a07b8fc4065d26589a25c399b95ddcf5f73435163da6)

vcpkg_extract_source_archive(${ARCHIVE})

file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS_DEBUG
-DLIBLZMA_SKIP_HEADERS=ON)

Expand Down

0 comments on commit 39a59a8

Please sign in to comment.