diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-11-28 11:26:13 -0500 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-11-28 11:26:13 -0500 |
| commit | 2a2d872d09c90bea6e105ad5ef41bab094086e84 (patch) | |
| tree | 56a9a10e7c750ef78729c2b46d22537d83e44322 /sources/ncurses/ncurses.spec | |
| parent | 25bd0eb0b44d9635f3194a4e231900c1ec2f17bf (diff) | |
Reviewed packages and found that several were not packaged correctly
Diffstat (limited to 'sources/ncurses/ncurses.spec')
| -rw-r--r-- | sources/ncurses/ncurses.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sources/ncurses/ncurses.spec b/sources/ncurses/ncurses.spec index c5918ca..942c894 100644 --- a/sources/ncurses/ncurses.spec +++ b/sources/ncurses/ncurses.spec @@ -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 -}
\ No newline at end of file +} |
