MANIFEST.usm 805 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "provides" : {
  3. "rootpath:usr/lib/libz.so" : "as-expected",
  4. "inc:zlib.h" : "as-expected",
  5. "rootpath:usr/lib/pkgconfig/zlib.pc" : "as-expected",
  6. "man:man3/zlib.3" : "as-expected",
  7. "rootpath:usr/lib/libz.a" : "as-expected"
  8. },
  9. "flags" : [
  10. "simpleBuildEnvironment"
  11. ],
  12. "summary" : "Compression library implementing the deflate compression method",
  13. "name" : "zlib",
  14. "md" : "PACKAGE.md",
  15. "depends" : {
  16. "build" : [
  17. "bin:gcc",
  18. "bin:make"
  19. ],
  20. "runtime" : [],
  21. "manage" : [
  22. "bin:wget",
  23. "bin:tar"
  24. ]
  25. },
  26. "url" : "https://zlib.net/",
  27. "version" : "1.3.1",
  28. "execs" : {
  29. "build" : "usm-scripts/build.sh",
  30. "test" : "usm-scripts/test.sh",
  31. "install" : "usm-scripts/install.sh",
  32. "acquire" : "usm-scripts/acquire.sh"
  33. }
  34. }