diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 13:14:56 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 13:14:56 -0800 |
| commit | 7c08cf4347b6d8a91420439bae87ee0fb000912f (patch) | |
| tree | cbab56b98962b08bd9b8741b0577f50e9b57c68e | |
| parent | 7a2e6f614d9366fb63f0abb1f02a3e65dbd64ddb (diff) | |
| download | vcpkg-7c08cf4347b6d8a91420439bae87ee0fb000912f.tar.gz vcpkg-7c08cf4347b6d8a91420439bae87ee0fb000912f.zip | |
[glbinding] Remove files from package dir and debug dir
| -rw-r--r-- | ports/glbinding/CONTROL | 2 | ||||
| -rw-r--r-- | ports/glbinding/portfile.cmake | 10 |
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) |
