meta.yaml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # This file created by conda-build 3.18.11
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/icu-58.2-on-linux_canary, last modified Mon Apr 27 21:30:46 2020
  4. # ------------------------------------------------
  5. package:
  6. name: icu
  7. version: '58.2'
  8. source:
  9. fn: icu4c-58_2-src.tgz
  10. patches:
  11. - CVE-2017-14952.patch
  12. - CVE-2017-15396.patch
  13. - CVE-2017-15422.patch
  14. - CVE-2017-7867_CVE-2017-7868.patch
  15. - CVE-2020-10531.patch
  16. sha256: 2b0a4410153a9b20de0e20c7d8b66049a72aef244b53683d0d7521371683da0c
  17. url:
  18. - http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz
  19. - https://sourceforge.net/projects/icu/files/ICU4C/58.2/icu4c-58_2-src.tgz/download
  20. build:
  21. number: '3'
  22. run_exports:
  23. - icu >=58.2,<59.0a0
  24. string: he6710b0_3
  25. requirements:
  26. build:
  27. - _libgcc_mutex 0.1 main
  28. - binutils_impl_linux-64 2.33.1 he6710b0_7
  29. - binutils_linux-64 2.33.1 h9595d00_15
  30. - gcc_impl_linux-64 7.3.0 habb00fd_1
  31. - gcc_linux-64 7.3.0 h553295d_15
  32. - gxx_impl_linux-64 7.3.0 hdf63c60_1
  33. - gxx_linux-64 7.3.0 h553295d_15
  34. - ld_impl_linux-64 2.33.1 h53a641e_7
  35. - libgcc-ng 9.1.0 hdf63c60_0
  36. - libstdcxx-ng 9.1.0 hdf63c60_0
  37. - make 4.2.1 h1bed415_1
  38. host:
  39. - _libgcc_mutex 0.1 main
  40. - libgcc-ng 9.1.0 hdf63c60_0
  41. - libstdcxx-ng 9.1.0 hdf63c60_0
  42. run:
  43. - libgcc-ng >=7.3.0
  44. - libstdcxx-ng >=7.3.0
  45. test:
  46. commands:
  47. - test -f $PREFIX/lib/libicudata.a
  48. - test -f $PREFIX/lib/libicudata.so.58.2
  49. - test -f $PREFIX/lib/libicui18n.a
  50. - test -f $PREFIX/lib/libicui18n.so.58.2
  51. - test -f $PREFIX/lib/libicuio.a
  52. - test -f $PREFIX/lib/libicuio.so.58.2
  53. - test -f $PREFIX/lib/libicutest.a
  54. - test -f $PREFIX/lib/libicutest.so.58.2
  55. - test -f $PREFIX/lib/libicutu.a
  56. - test -f $PREFIX/lib/libicutu.so.58.2
  57. - test -f $PREFIX/lib/libicuuc.a
  58. - test -f $PREFIX/lib/libicuuc.so.58.2
  59. - genbrk --help
  60. - gencfu --help
  61. - gencnval --help
  62. - gendict --help
  63. - icuinfo --help
  64. - icu-config --help
  65. - makeconv gb-18030-2000.ucm
  66. - conda inspect linkages -p $PREFIX icu
  67. files:
  68. - de.txt
  69. - gb-18030-2000.ucm
  70. about:
  71. description: 'ICU is a mature, widely used set of C/C++ and Java libraries providing
  72. Unicode and Globalization support for software applications. ICU is
  73. widely portable and gives applications the same results on all platforms
  74. and between C/C++ and Java software.
  75. '
  76. dev_url: http://source.icu-project.org/repos/icu/
  77. doc_url: http://site.icu-project.org/design
  78. home: http://site.icu-project.org/
  79. license: MIT
  80. summary: International Components for Unicode.
  81. extra:
  82. copy_test_source_files: true
  83. final: true
  84. recipe-maintainers:
  85. - ccordoba12
  86. - chenghlee
  87. - jakirkham
  88. - msarahan
  89. - ocefpaf