From a779bbe8ca42d5e253cf6803763c8d108b12c6e7 Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Wed, 19 Oct 2016 15:13:05 -0400 Subject: removed odb binary package --- ports/odb/CONTROL | 3 --- ports/odb/portfile.cmake | 22 ---------------------- 2 files changed, 25 deletions(-) delete mode 100644 ports/odb/CONTROL delete mode 100644 ports/odb/portfile.cmake 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 = -# 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) -- cgit v1.2.3