glibc-2.39.9.dadk 641 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "glibc",
  3. "version": "2.39.9",
  4. "description": "glibc libc",
  5. "rust_target": null,
  6. "task_type": {
  7. "BuildFromSource": {
  8. "Archive": {
  9. "url": "https://github.com/DragonOS-Community/glibc-mirror/archive/refs/tags/v2.39.9-beta.3.tar.gz"
  10. }
  11. }
  12. },
  13. "depends": [],
  14. "build": {
  15. "build_command": "bash dragonos.sh && mkdir -p $DADK_CURRENT_BUILD_DIR/lib64 && cp $DADK_CURRENT_BUILD_DIR/lib/* $DADK_CURRENT_BUILD_DIR/lib64"
  16. },
  17. "install": {
  18. "in_dragonos_path": "/"
  19. },
  20. "clean": {
  21. "clean_command": "cd build & make clean"
  22. },
  23. "envs": [],
  24. "build_once": true,
  25. "install_once": true
  26. }