meta.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # This file created by conda-build 3.18.7
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/bzip2-1.0.8-on-linux_64, last modified Mon Jul 15 19:34:04 2019
  4. # ------------------------------------------------
  5. package:
  6. name: bzip2
  7. version: 1.0.8
  8. source:
  9. patches:
  10. - 0001-cross.patch
  11. sha256: ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
  12. url: https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
  13. build:
  14. number: '0'
  15. run_exports:
  16. - bzip2 >=1.0.8,<2.0a0
  17. string: h7b6447c_0
  18. requirements:
  19. build:
  20. - _libgcc_mutex 0.1 main
  21. - binutils_impl_linux-64 2.31.1 h6176602_1
  22. - binutils_linux-64 2.31.1 h6176602_7
  23. - gcc_impl_linux-64 7.3.0 habb00fd_1
  24. - gcc_linux-64 7.3.0 h553295d_7
  25. - libgcc-ng 9.1.0 hdf63c60_0
  26. - libstdcxx-ng 9.1.0 hdf63c60_0
  27. - make 4.2.1 h1bed415_1
  28. host:
  29. - _libgcc_mutex 0.1 main
  30. - libgcc-ng 9.1.0 hdf63c60_0
  31. run:
  32. - libgcc-ng >=7.3.0
  33. test:
  34. commands:
  35. - bzip2 --help
  36. - test -f ${PREFIX}/bin/bunzip2
  37. - test -f ${PREFIX}/bin/bzcat
  38. - test -f ${PREFIX}/bin/bzcmp
  39. - test -f ${PREFIX}/bin/bzdiff
  40. - test -f ${PREFIX}/bin/bzegrep
  41. - test -f ${PREFIX}/bin/bzfgrep
  42. - test -f ${PREFIX}/bin/bzgrep
  43. - test -f ${PREFIX}/bin/bzip2recover
  44. - test -f ${PREFIX}/bin/bzip2
  45. - test -f ${PREFIX}/bin/bzless
  46. - test -f ${PREFIX}/bin/bzmore
  47. - test -f ${PREFIX}/include/bzlib.h
  48. - test -f ${PREFIX}/lib/libbz2.a
  49. - test -f ${PREFIX}/lib/libbz2.so
  50. about:
  51. description: 'Bzip2 is a freely available high-quality data compressor. It typically
  52. compresses files to within 10% to 15% of the best available techniques,
  53. whilst being around twice as fast at compression and six times faster
  54. at decompression.
  55. '
  56. doc_url: http://www.bzip.org/docs.html
  57. home: http://www.bzip.org/
  58. license: bzip2
  59. license_family: BSD
  60. license_file: LICENSE
  61. summary: high-quality data compressor
  62. extra:
  63. copy_test_source_files: true
  64. final: true
  65. recipe-maintainers:
  66. - jakirkham
  67. - jjhelmus
  68. - jlanga
  69. - mingwandroid
  70. - msarahan
  71. - pelson