diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2020-09-11 20:21:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 12:21:38 -0700 |
| commit | 7f471eaf73cbe7f256b50bac847c4e9b864d8dc4 (patch) | |
| tree | c2a6681e3055bd58c421c3ec673a23847e98cfeb | |
| parent | 946fa300e7529c9739e9edbd19f82e8a8975d5bf (diff) | |
| download | vcpkg-7f471eaf73cbe7f256b50bac847c4e9b864d8dc4.tar.gz vcpkg-7f471eaf73cbe7f256b50bac847c4e9b864d8dc4.zip | |
[soxr] remove doc files from install (#13480)
| -rw-r--r-- | ports/soxr/CONTROL | 3 | ||||
| -rw-r--r-- | ports/soxr/portfile.cmake | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/soxr/CONTROL b/ports/soxr/CONTROL index e49991ff1..cc920479c 100644 --- a/ports/soxr/CONTROL +++ b/ports/soxr/CONTROL @@ -1,4 +1,5 @@ Source: soxr
-Version: 0.1.3-2
+Version: 0.1.3
+Port-Version: 3
Homepage: https://sourceforge.net/projects/soxr/
Description: High quality audio resampling
diff --git a/ports/soxr/portfile.cmake b/ports/soxr/portfile.cmake index 2641e8a5a..193eaecd4 100644 --- a/ports/soxr/portfile.cmake +++ b/ports/soxr/portfile.cmake @@ -25,3 +25,5 @@ file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/so file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/doc)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/doc)
|
