xref: /DragonOS/user/dadk/config/core_utils-9.4.0.dadk (revision 7401bec5e3c42015399a46e29c370abe7c7388b5)
1{
2  "name": "Core utils",
3  "version": "9.4.0",
4  "description": "GNU Core utils",
5  "task_type": {
6    "BuildFromSource": {
7      "Archive": {
8        "url": "https://mirrors.dragonos.org.cn/pub/third_party/gnu/coreutils/coreutils-9.4.tar.xz"
9      }
10    }
11  },
12  "depends": [],
13  "build": {
14    "build_command": "./configure CC=x86_64-linux-musl-gcc CFLAGS=-static && make -j $(nproc) && DESTDIR=$DADK_CURRENT_BUILD_DIR make install"
15  },
16  "clean": {
17    "clean_command": "make clean"
18  },
19  "install": {
20    "in_dragonos_path": "/"
21  },
22
23  "build_once": true,
24
25  "install_once": true,
26  "target_arch": ["x86_64"]
27}
28