зеркало из https://github.com/microsoft/vcpkg.git
[libosip2, talib] Don't install include/makefile.am. (#34481)
This commit is contained in:
Родитель
ba823b1e1f
Коммит
486a4640db
|
@ -34,7 +34,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
|||
PROJECT_SUBPATH "platform/vsnet/osip2.vcxproj"
|
||||
)
|
||||
|
||||
file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include" PATTERN Makefile.* EXCLUDE)
|
||||
|
||||
vcpkg_msbuild_install(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "libosip2",
|
||||
"version": "5.2.0",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "oSIP is an LGPL implementation of SIP. It's stable, portable, flexible and compliant! -may be more-! It is used mostly with eXosip2 stack (GPL) which provides simpler API for User-Agent implementation.",
|
||||
"homepage": "https://www.gnu.org/software/osip/",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
|
|
|
@ -75,6 +75,7 @@ file(
|
|||
file(
|
||||
INSTALL "${SOURCE_PATH}/c/include"
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}
|
||||
PATTERN Makefile.* EXCLUDE
|
||||
)
|
||||
|
||||
# License file
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "talib",
|
||||
"version-semver": "0.4.0",
|
||||
"port-version": 1,
|
||||
"description": "TA-Lib - Technical Analysis Library",
|
||||
"homepage": "https://ta-lib.github.io/",
|
||||
"license": "BSD-2-Clause",
|
||||
|
|
|
@ -4526,7 +4526,7 @@
|
|||
},
|
||||
"libosip2": {
|
||||
"baseline": "5.2.0",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"libosmium": {
|
||||
"baseline": "2.20.0",
|
||||
|
@ -8142,7 +8142,7 @@
|
|||
},
|
||||
"talib": {
|
||||
"baseline": "0.4.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"taocpp-json": {
|
||||
"baseline": "2020-09-14",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e2811fe1a0d4cb7faabaebfa4cf47e1296bcddd2",
|
||||
"version": "5.2.0",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "9b3b93c2039a5369ddd07c5dfb482644ce18c961",
|
||||
"version": "5.2.0",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b21601e58da50f810bacb160a8960a131227aa28",
|
||||
"version-semver": "0.4.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "639b6ba11c1768faf5ab92f42d4cdf0a1bba2270",
|
||||
"version-semver": "0.4.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче