aboutsummaryrefslogtreecommitdiff
path: root/ports/glbinding
diff options
context:
space:
mode:
authorAlexander Kaspar <alexander.kaspar@gmail.com>2016-11-30 09:39:27 +0100
committerAlexander Kaspar <alexander.kaspar@gmail.com>2016-11-30 09:39:27 +0100
commit334d666ddafcf5e5269c59e865088347c109773f (patch)
tree6022d8f7360e3ab5bb0bfc251c23226dcb66f079 /ports/glbinding
parentca258dedace9bdcbf48d680e9947226ce9c5188a (diff)
parent61e484a640884bc33ae3754f98006ebb1b4c1f1f (diff)
downloadvcpkg-334d666ddafcf5e5269c59e865088347c109773f.tar.gz
vcpkg-334d666ddafcf5e5269c59e865088347c109773f.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca
Diffstat (limited to 'ports/glbinding')
-rw-r--r--ports/glbinding/CONTROL2
-rw-r--r--ports/glbinding/portfile.cmake10
2 files changed, 11 insertions, 1 deletions
diff --git a/ports/glbinding/CONTROL b/ports/glbinding/CONTROL
index bc04bf5f6..5e7ec029c 100644
--- a/ports/glbinding/CONTROL
+++ b/ports/glbinding/CONTROL
@@ -1,3 +1,3 @@
Source: glbinding
-Version: 2.1.1
+Version: 2.1.1-1
Description: glbinding is an MIT licensed, cross-platform C++ binding for the OpenGL API
diff --git a/ports/glbinding/portfile.cmake b/ports/glbinding/portfile.cmake
index cf578c0a5..6da7d4858 100644
--- a/ports/glbinding/portfile.cmake
+++ b/ports/glbinding/portfile.cmake
@@ -43,6 +43,16 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/cmake)
file(RENAME ${CURRENT_PACKAGES_DIR}/data ${CURRENT_PACKAGES_DIR}/share/data)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/data)
+file(REMOVE ${CURRENT_PACKAGES_DIR}/AUTHORS
+ ${CURRENT_PACKAGES_DIR}/LICENSE
+ ${CURRENT_PACKAGES_DIR}/README.md
+ ${CURRENT_PACKAGES_DIR}/VERSION
+ ${CURRENT_PACKAGES_DIR}/debug/AUTHORS
+ ${CURRENT_PACKAGES_DIR}/debug/LICENSE
+ ${CURRENT_PACKAGES_DIR}/debug/README.md
+ ${CURRENT_PACKAGES_DIR}/debug/VERSION
+ )
+
# Handle copyright
file(COPY ${CURRENT_BUILDTREES_DIR}/src/glbinding-2.1.1/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/glbinding)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/glbinding/LICENSE ${CURRENT_PACKAGES_DIR}/share/glbinding/copyright)