12345678910111213141516171819202122232425262728293031323334353637383940 |
- name = "musl"
- version = "1.2.4"
- description = "musl libc"
- 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/musl/musl-1.2.4.tar.gz"
- [build]
- build-command = "touch config.mak && DESTDIR=$DADK_CURRENT_BUILD_DIR make install -j $(nproc)"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|