diff options
| -rw-r--r-- | ports/odb/CONTROL | 3 | ||||
| -rw-r--r-- | ports/odb/portfile.cmake | 22 |
2 files changed, 0 insertions, 25 deletions
diff --git a/ports/odb/CONTROL b/ports/odb/CONTROL deleted file mode 100644 index 3806377c0..000000000 --- a/ports/odb/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: odb -Version: -Description: diff --git a/ports/odb/portfile.cmake b/ports/odb/portfile.cmake deleted file mode 100644 index 28325eacb..000000000 --- a/ports/odb/portfile.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# Common Ambient Variables: -# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg> -# TARGET_TRIPLET is the current triplet (x86-windows, etc) -# PORT is the current port name (zlib, etc) -# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT} -# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} -# - -include(${CMAKE_TRIPLET_FILE}) -include(vcpkg_common_functions) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/odb-2.4.0) -vcpkg_download_distfile(TOOL_ARCHIVE_FILE - URLS "http://www.codesynthesis.com/download/odb/2.4/odb-2.4.0-i686-windows.zip" - FILENAME "odb-2.4.0.zip" -) -vcpkg_extract_source_archive(${TOOL_ARCHIVE_FILE}) - - - -# Handle copyright -#file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/odb) -#file(RENAME ${CURRENT_PACKAGES_DIR}/share/odb/LICENSE ${CURRENT_PACKAGES_DIR}/share/odb/copyright) |
