MANIFEST.usm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "provides" : {
  3. "lib:liblz4.so.1.10.0" : "as-expected",
  4. "pc:liblz4.pc" : "as-expected",
  5. "man:man1/lz4cat.1" : "as-expected",
  6. "inc:lz4.h" : "as-expected",
  7. "bin:lz4cat" : "as-expected",
  8. "man:man1/lz4.1" : "as-expected",
  9. "bin:lz4" : "as-expected",
  10. "man:man1/lz4c.1" : "as-expected",
  11. "inc:lz4hc.h" : "as-expected",
  12. "inc:lz4frame.h" : "as-expected",
  13. "lib:liblz4.so.1" : "as-expected",
  14. "lib:liblz4.so" : "as-expected",
  15. "bin:lz4c" : "as-expected",
  16. "bin:unlz4" : "as-expected",
  17. "man:man1/unlz4.1" : "as-expected"
  18. },
  19. "flags" : [
  20. "simpleBuildEnvironment"
  21. ],
  22. "summary" : "Extremely fast compression algorithm",
  23. "name" : "lz4",
  24. "md" : "PACKAGE.md",
  25. "depends" : {
  26. "build" : [
  27. "bin:make",
  28. "bin:gcc"
  29. ],
  30. "runtime" : [
  31. "lib:libc.so.6"
  32. ],
  33. "manage" : [
  34. "bin:wget",
  35. "bin:tar"
  36. ]
  37. },
  38. "url" : "https://github.com/lz4/lz4",
  39. "version" : "1.10.0",
  40. "execs" : {
  41. "build" : "usm-scripts/build.sh",
  42. "test" : "usm-scripts/test.sh",
  43. "install" : "usm-scripts/install.sh",
  44. "acquire" : "usm-scripts/acquire.sh"
  45. }
  46. }