Integrated Treetap into Maple Linux #1

Merged
ahill merged 74 commits from treetap into main 2026-01-25 22:51:04 +00:00
2 changed files with 8 additions and 3 deletions
Showing only changes of commit 790af5635d - Show all commits

View File

@ -37,10 +37,12 @@ echo "Done!"
# NOTE: libelf requires zlib to build. ~ahill # NOTE: libelf requires zlib to build. ~ahill
# NOTE: fortune-mod requires cmake to build. ~ahill # NOTE: fortune-mod requires cmake to build. ~ahill
# NOTE: nano requires ncurses to build. ~ahill # NOTE: nano requires ncurses to build. ~ahill
# NOTE: kmod requires autoconf, automake, libtool to build. ~ahill
# NOTE: Linux requires bc, byacc, flex, kmod, ... ~ahill
cd /maple cd /maple
LAYER0="bc byacc bzip2 coreutils diffutils findutils grep gzip kmod libressl m4 make mawk muon musl ncurses patch perl pkgconf sed tar xz zlib" LAYER0="bc byacc bzip2 coreutils diffutils findutils grep gzip libressl m4 make mawk muon musl ncurses patch perl pkgconf sed tar xz zlib"
LAYER1="autoconf automake flex groff libarchive libelf libtool linux nano" LAYER1="autoconf automake flex groff libarchive libelf libtool nano"
LAYER2="dash nasm cmake fortune-mod" LAYER2="dash nasm cmake fortune-mod kmod linux"
PACKAGES="$LAYER0 $LAYER1 $LAYER2" PACKAGES="$LAYER0 $LAYER1 $LAYER2"
for pkg in $PACKAGES; do for pkg in $PACKAGES; do
treetap fetch /maple/sources/$pkg/$pkg.spec treetap fetch /maple/sources/$pkg/$pkg.spec

View File

@ -1,6 +1,9 @@
# Maintainer: Alexander Hill <ahill@breadpudding.dev> # Maintainer: Alexander Hill <ahill@breadpudding.dev>
SRC_HASH="1f387877254e95eab61f937257b42609f29b994ef0571531655bbfc3a2ac74ac" SRC_HASH="1f387877254e95eab61f937257b42609f29b994ef0571531655bbfc3a2ac74ac"
SRC_NAME="fortune-mod" SRC_NAME="fortune-mod"
SRC_PATCHES="
1dde7a66dcf9033227a4747b5e892cc1845a77f025d6c5d3c6f49c15dee7c239 maple
"
SRC_URL="https://github.com/shlomif/fortune-mod/releases/download/fortune-mod-3.24.0/fortune-mod-3.24.0.tar.xz" SRC_URL="https://github.com/shlomif/fortune-mod/releases/download/fortune-mod-3.24.0/fortune-mod-3.24.0.tar.xz"
SRC_VERSION="3.24.0" SRC_VERSION="3.24.0"