mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
添加core utils到系统 (#624)
This commit is contained in:
26
user/dadk/config/core_utils-9.4.0.dadk
Normal file
26
user/dadk/config/core_utils-9.4.0.dadk
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "Core utils",
|
||||
"version": "9.4.0",
|
||||
"description": "GNU Core utils",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Archive": {
|
||||
"url": "https://mirrors.dragonos.org.cn/pub/third_party/gnu/coreutils/coreutils-9.4.tar.xz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "./configure CC=x86_64-linux-musl-gcc CFLAGS=-static && make -j $(nproc) && DESTDIR=$DADK_CURRENT_BUILD_DIR make install"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
},
|
||||
|
||||
"build_once": true,
|
||||
|
||||
"install_once": true
|
||||
}
|
@ -20,5 +20,8 @@
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": []
|
||||
"envs": [],
|
||||
"build_once": true,
|
||||
|
||||
"install_once": true
|
||||
}
|
Reference in New Issue
Block a user