2025-11-23 00:10:08 -05:00
This document tracks which packages can be built and packaged within the chroot.
2025-11-28 11:26:13 -05:00
Definitions:
2025-11-28 11:29:28 -05:00
- Can Build - The software can be both compiled via treetap on Maple Linux and run on Maple Linux
- Can Package - The software can be packaged by treetap under Maple Linux, while using none of the deprecated paths (/usr/bin, /usr/lib, /usr/libexec, /sbin, etc.) and without conflicting with another package
2025-11-28 11:26:13 -05:00
2025-11-29 22:48:40 -05:00
| Package | Can Build? | Can Package? |
| ------------- | ---------- | ------------ |
| `autoconf` | Yes | Yes |
| `automake` | Yes | Yes |
| `bsdutils` | Yes | No |
| `busybox` | No | No |
| `byacc` | Yes | Yes |
| `bzip2` | Yes | Yes |
| `clang` | No | No |
2025-11-30 15:40:15 -05:00
| `cmake` | Yes | Yes |
2025-11-29 22:48:40 -05:00
| `compiler-rt` | No | No |
| `editline` | Yes | Yes |
| `flex` | Yes | Yes |
| `libarchive` | Yes | Yes |
| `libcxx` | No | No |
| `libcxxabi` | No | No |
| `libressl` | Yes | Yes |
| `libtool` | Yes | Yes |
| `libunwind` | No | No |
| `linux` | No | No |
| `llvm` | No | No |
| `m4` | Yes | Yes |
| `make` | Yes | Yes |
| `mold` | Yes | Yes |
2025-11-30 15:53:18 -05:00
| `muon` | Yes | Yes |
2025-11-29 22:48:40 -05:00
| `musl` | Yes | Yes |
| `musl-fts` | Yes | Yes |
| `nano` | Yes | Yes |
| `ncurses` | Yes | Yes |
| `perl` | Yes | Yes |
| `pkgconf` | Yes | Yes |
| `xz` | Yes | Yes |
| `zlib` | Yes | Yes |