MANIFEST.usm 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "provides" : {
  3. "bin:bzgrep" : "as-expected",
  4. "rootpath:usr/man/man1/bzgrep.1" : "as-expected",
  5. "bin:bzip2recover" : "as-expected",
  6. "bin:bzip2" : "as-expected",
  7. "bin:bunzip2" : "as-expected",
  8. "inc:bzlib.h" : "as-expected",
  9. "rootpath:usr/man/man1/bzip2.1" : "as-expected",
  10. "bin:bzegrep" : {
  11. "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzgrep",
  12. "type" : "lnk",
  13. "pathBase" : "as-expected"
  14. },
  15. "bin:bzfgrep" : {
  16. "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzgrep",
  17. "type" : "lnk",
  18. "pathBase" : "as-expected"
  19. },
  20. "bin:bzmore" : "as-expected",
  21. "bin:bzless" : {
  22. "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzmore",
  23. "type" : "lnk",
  24. "pathBase" : "as-expected"
  25. },
  26. "bin:bzcat" : "as-expected",
  27. "bin:bzdiff" : "as-expected",
  28. "rootpath:usr/man/man1/bzmore.1" : "as-expected",
  29. "rootpath:usr/man/man1/bzegrep.1" : "as-expected",
  30. "rootpath:usr/man/man1/bzfgrep.1" : "as-expected",
  31. "rootpath:usr/man/man1/bzless.1" : "as-expected",
  32. "bin:bzcmp" : {
  33. "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzdiff",
  34. "type" : "lnk",
  35. "pathBase" : "as-expected"
  36. },
  37. "rootpath:usr/man/man1/bzdiff.1" : "as-expected",
  38. "canonlib:libbz2.a" : "as-expected",
  39. "rootpath:usr/man/man1/bzcmp.1" : "as-expected"
  40. },
  41. "flags" : [
  42. "simpleBuildEnvironment"
  43. ],
  44. "summary" : "High-quality data compression program",
  45. "name" : "bzip2",
  46. "md" : "PACKAGE.md",
  47. "depends" : {
  48. "build" : [
  49. "bin:gcc",
  50. "bin:make"
  51. ],
  52. "runtime" : [
  53. "lib:libc.so.6"
  54. ],
  55. "manage" : [
  56. "bin:gzip",
  57. "bin:wget",
  58. "bin:tar"
  59. ]
  60. },
  61. "url" : "https://sourceware.org/bzip2/",
  62. "version" : "1.0.8",
  63. "licences" : [
  64. {
  65. "category" : "open-source",
  66. "name" : "bzip2 License",
  67. "text" : "sources/bzip2-1.0.8/LICENSE"
  68. }
  69. ],
  70. "execs" : {
  71. "build" : "usm-scripts/build.sh",
  72. "test" : "usm-scripts/test.sh",
  73. "install" : "usm-scripts/install.sh",
  74. "acquire" : "usm-scripts/acquire.sh"
  75. }
  76. }