diff options
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 +} |
