core_utils-9.4.0.dadk 619 B

123456789101112131415161718192021222324252627
  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. "build_once": true,
  23. "install_once": true,
  24. "target_arch": ["x86_64"]
  25. }