1234567891011121314151617181920212223242526 |
- {
- "name": "glibc",
- "version": "2.40.9",
- "description": "glibc",
- "rust_target": null,
- "task_type": {
- "BuildFromSource": {
- "Local": {
- "path": "apps/glibc"
- }
- }
- },
- "depends": [],
- "build": {
- "build_command": "make install"
- },
- "install": {
- "in_dragonos_path": "/"
- },
- "clean": {
- "clean_command": "cd build & make clean"
- },
- "envs": [],
- "build_once": true,
- "install_once": true
- }
|