Reviewed packages and found that several were not packaged correctly

This commit is contained in:
Alexander Hill
2025-11-28 11:26:13 -05:00
parent 25bd0eb0b4
commit 2a2d872d09
7 changed files with 35 additions and 13 deletions

View File

@@ -4,6 +4,8 @@ SRC_NAME="ncurses"
SRC_URL="https://invisible-island.net/archives/ncurses/ncurses-6.5.tar.gz"
SRC_VERSION="6.5"
# TODO: Remove the target triple prefix from all of ncurses' executables ~ahill
build() {
tar xf ../$SRC_FILENAME
cd ncurses-*/
@@ -27,4 +29,4 @@ package() {
# will only look for "ncurses" and not "ncursesw". ~ahill
ln -s libncursesw.so $TT_INSTALLDIR/lib/libncurses.so
ln -s libncurses++w.so $TT_INSTALLDIR/lib/libncurses++.so
}
}