123456789101112131415161718192021222324252627282930313233343536373839 |
- name = "core utils"
- version = "9.4.0"
- description = "GNU Core utils"
- build-once = true
- install-once = true
- target-arch = ["x86_64"]
- [task-source]
- type = "build-from-source"
- source = "archive"
- source-path = "https://mirrors.dragonos.org.cn/pub/third_party/gnu/coreutils/coreutils-9.4.tar.xz"
- [build]
- build-command = "./configure CC=x86_64-linux-musl-gcc CFLAGS=-static && make -j $(nproc) && DESTDIR=$DADK_CURRENT_BUILD_DIR make install"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|