aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-01-28 20:11:26 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-01-28 20:11:26 -0800
commitfaf60f0ee3ba35976e13f331a563c68a310cb946 (patch)
tree66bb5fb8b703ed14f8398bade17bdaf907e2b574
parent0ce85b546ee8746e5dacb27dcc8c689a55b0735d (diff)
downloadvcpkg-faf60f0ee3ba35976e13f331a563c68a310cb946.tar.gz
vcpkg-faf60f0ee3ba35976e13f331a563c68a310cb946.zip
[opus] Rename libopus to opus to match upstream project's name
-rw-r--r--ports/opus/CONTROL (renamed from ports/libopus/CONTROL)2
-rw-r--r--ports/opus/portfile.cmake (renamed from ports/libopus/portfile.cmake)2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libopus/CONTROL b/ports/opus/CONTROL
index eb1706f3a..7177b2199 100644
--- a/ports/libopus/CONTROL
+++ b/ports/opus/CONTROL
@@ -1,3 +1,3 @@
-Source: libopus
+Source: opus
Version: 1.1.4
Description: Totally open, royalty-free, highly versatile audio codec
diff --git a/ports/libopus/portfile.cmake b/ports/opus/portfile.cmake
index 1fb111dfe..a004f09dd 100644
--- a/ports/libopus/portfile.cmake
+++ b/ports/opus/portfile.cmake
@@ -73,4 +73,4 @@ endif()
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME opus)
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libopus RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/opus RENAME copyright)