Integrated Treetap into Maple Linux #1
@ -37,10 +37,12 @@ echo "Done!"
|
||||
# NOTE: libelf requires zlib to build. ~ahill
|
||||
# NOTE: fortune-mod requires cmake 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
|
||||
LAYER0="bc byacc bzip2 coreutils diffutils findutils grep gzip kmod libressl m4 make mawk muon musl ncurses patch perl pkgconf sed tar xz zlib"
|
||||
LAYER1="autoconf automake flex groff libarchive libelf libtool linux nano"
|
||||
LAYER2="dash nasm cmake fortune-mod"
|
||||
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 nano"
|
||||
LAYER2="dash nasm cmake fortune-mod kmod linux"
|
||||
PACKAGES="$LAYER0 $LAYER1 $LAYER2"
|
||||
for pkg in $PACKAGES; do
|
||||
treetap fetch /maple/sources/$pkg/$pkg.spec
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
||||
SRC_HASH="1f387877254e95eab61f937257b42609f29b994ef0571531655bbfc3a2ac74ac"
|
||||
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_VERSION="3.24.0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user