MANIFEST.usm 828 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. "summary" : "Compression library implementing the deflate compression method found in gzip and PKZIP",
  11. "name" : "zlib",
  12. "md" : "PACKAGE.md",
  13. "depends" : {
  14. "build" : [
  15. "bin:gcc",
  16. "bin:make"
  17. ],
  18. "runtime" : [
  19. "lib:libc.so.6"
  20. ],
  21. "manage" : [
  22. "bin:wget",
  23. "bin:tar"
  24. ]
  25. },
  26. "url" : "https://www.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. }