[proj4] Rename port from "proj4" to "proj"

This commit is contained in:
Manuel Massing 2016-11-28 14:57:19 +01:00
parent 16a3384f9a
commit 524f716570
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
Source: proj4
Source: proj
Version: 4.9.3
Description: PROJ.4 library for cartographic projections

View File

@ -26,8 +26,8 @@ vcpkg_configure_cmake(
OPTIONS ${CMAKE_OPTIONS}
-DPROJ_LIB_SUBDIR=lib
-DPROJ_INCLUDE_SUBDIR=include
-DPROJ_DATA_SUBDIR=share/proj4
-DPROJ_CMAKE_CONFIG_SUBDIR=share/proj4
-DPROJ_DATA_SUBDIR=share/proj
-DPROJ_CMAKE_CONFIG_SUBDIR=share/proj
-DBUILD_CS2CS=NO
-DBUILD_PROJ=NO
-DBUILD_GEOD=NO
@ -49,5 +49,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
# Handle copyright
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/proj4)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/proj4/COPYING ${CURRENT_PACKAGES_DIR}/share/proj4/copyright)
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/proj)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/proj/COPYING ${CURRENT_PACKAGES_DIR}/share/proj/copyright)