aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Barto <bartoc@umich.edu>2016-10-19 15:13:05 -0400
committerCharles Barto <bartoc@umich.edu>2016-10-19 15:13:05 -0400
commita779bbe8ca42d5e253cf6803763c8d108b12c6e7 (patch)
tree2d8a8ee01ec2fbfd09bbc73bab6d9bd93b88ab1f
parent8de99463fa8f5b54d120e14eb233411101c69ab3 (diff)
downloadvcpkg-a779bbe8ca42d5e253cf6803763c8d108b12c6e7.tar.gz
vcpkg-a779bbe8ca42d5e253cf6803763c8d108b12c6e7.zip
removed odb binary package
-rw-r--r--ports/odb/CONTROL3
-rw-r--r--ports/odb/portfile.cmake22
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)