MANIFEST.usm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "provides" : {
  3. "man:man1/bzgrep.1" : "as-expected",
  4. "bin:bzgrep" : "as-expected",
  5. "man:man1/bzegrep.1" : "as-expected",
  6. "man:man1/bzfgrep.1" : "as-expected",
  7. "man:man1/bzcmp.1" : "as-expected",
  8. "bin:bzip2recover" : "as-expected",
  9. "bin:bzip2" : "as-expected",
  10. "bin:bunzip2" : "as-expected",
  11. "inc:bzlib.h" : "as-expected",
  12. "man:man1/bzmore.1" : "as-expected",
  13. "bin:bzegrep" : "as-expected",
  14. "bin:bzfgrep" : "as-expected",
  15. "bin:bzmore" : "as-expected",
  16. "man:man1/bzless.1" : "as-expected",
  17. "bin:bzless" : "as-expected",
  18. "bin:bzcat" : "as-expected",
  19. "bin:bzdiff" : "as-expected",
  20. "man:man1/bzdiff.1" : "as-expected",
  21. "rootpath:usr/lib/libbz2.a" : "as-expected",
  22. "bin:bzcmp" : "as-expected",
  23. "man:man1/bzip2.1" : "as-expected"
  24. },
  25. "flags" : [
  26. "simpleBuildEnvironment"
  27. ],
  28. "summary" : "Block-sorting file compressor using the Burrows-Wheeler algorithm",
  29. "name" : "bzip2",
  30. "md" : "PACKAGE.md",
  31. "depends" : {
  32. "build" : [
  33. "bin:gcc",
  34. "bin:make",
  35. "bin:patch"
  36. ],
  37. "runtime" : [
  38. "lib:libc.so.6"
  39. ],
  40. "manage" : [
  41. "bin:wget",
  42. "bin:tar",
  43. "bin:patch"
  44. ]
  45. },
  46. "url" : "https://www.sourceware.org/bzip2/",
  47. "version" : "1.0.8",
  48. "execs" : {
  49. "build" : "usm-scripts/build.sh",
  50. "install" : "usm-scripts/install.sh",
  51. "acquire" : "usm-scripts/acquire.sh"
  52. }
  53. }