Files
maplelinux-bootstrap/STATUS.md

34 lines
1.6 KiB
Markdown
Raw Normal View History

2025-11-23 00:10:08 -05:00
This document tracks which packages can be built and packaged within the chroot.
Definitions:
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-23 00:10:08 -05:00
| Package | Can Build? | Can Package? |
| ------------ | ---------- | ------------ |
| `autoconf` | Yes | Yes |
| `automake` | Yes | Yes |
| `bsdutils` | Yes | No |
2025-11-23 00:10:08 -05:00
| `busybox` | No | No |
| `byacc` | Yes | Yes |
| `bzip2` | Yes | No |
| `cmake` | Yes | No |
| `editline` | Yes | Yes |
| `flex` | Yes | Yes |
2025-11-23 09:46:25 -05:00
| `libarchive` | Yes | Yes |
| `libressl` | Yes | Yes |
| `libtool` | Yes | Yes |
2025-11-23 00:10:08 -05:00
| `linux` | No | No |
| `llvm` | No | No |
| `m4` | Yes | Yes |
2025-11-23 09:46:25 -05:00
| `make` | Yes | Yes |
| `mold` | Yes | No |
| `muon` | Yes | No |
2025-11-23 09:46:25 -05:00
| `musl` | Yes | Yes |
| `musl-fts` | Yes | Yes |
| `ncurses` | Yes | No |
| `perl` | Yes | Yes |
| `pkgconf` | Yes | Yes |
| `xz` | Yes | Yes |
| `zlib` | Yes | Yes |