ya.make 464 B

12345678910111213141516171819202122232425262728293031323334
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(
  4. BSD-3-Clause AND
  5. bzip2-1.0.6
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.0.8)
  9. ORIGINAL_SOURCE(https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz)
  10. NO_COMPILER_WARNINGS()
  11. NO_RUNTIME()
  12. IF (SANITIZER_TYPE == undefined)
  13. NO_SANITIZE()
  14. ENDIF()
  15. SRCS(
  16. blocksort.c
  17. bzlib.c
  18. compress.c
  19. crctable.c
  20. decompress.c
  21. huffman.c
  22. randtable.c
  23. )
  24. END()