You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.3 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>${EMGUCV_UBUNTU_NUGET_ID}</id>
  5. <title>${EMGUCV_UBUNTU_NUGET_TITLE}</title>
  6. <version>${CPACK_PACKAGE_VERSION}${TENSORFLOW_VERSION_SUFFIX}</version>
  7. <authors>${CPACK_PACKAGE_VENDOR}</authors>
  8. <owners>${CPACK_PACKAGE_VENDOR}</owners>
  9. <license type="file">${EMGUCV_LICENSE_FILE}</license>
  10. <projectUrl>http://www.emgu.com/wiki/index.php</projectUrl>
  11. <repository type="git" url="https://github.com/emgucv/emgucv" />
  12. <icon>icon.png</icon>
  13. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  14. <summary>Runtime package of Emgu CV for Ubuntu</summary>
  15. <description>This package contains the native runtime of Emgu CV for Ubuntu</description>
  16. <releaseNotes>This is the ${CPACK_PACKAGE_VERSION}${TENSORFLOW_VERSION_SUFFIX} release of Emgu CV for Ubuntu. For online documentation please visit
  17. http://www.emgu.com/wiki/files/EMGUCV/${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}/document/</releaseNotes>
  18. ${EMGUCV_UBUNTU_NUGET_DEPENDENCY}
  19. <copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
  20. <tags>tensorflow emgu emgucv vison ubuntu</tags>
  21. </metadata>
  22. <files>
  23. ${EMGUCV_UBUNTU_NUGET_FILE_LIST}
  24. </files>
  25. </package>