summaryrefslogtreecommitdiff
path: root/sources/ncurses/ncurses.spec
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-11-28 11:26:13 -0500
committerAlexander Hill <ahill@breadpudding.dev>2025-11-28 11:26:13 -0500
commit2a2d872d09c90bea6e105ad5ef41bab094086e84 (patch)
tree56a9a10e7c750ef78729c2b46d22537d83e44322 /sources/ncurses/ncurses.spec
parent25bd0eb0b44d9635f3194a4e231900c1ec2f17bf (diff)
Reviewed packages and found that several were not packaged correctly
Diffstat (limited to 'sources/ncurses/ncurses.spec')
-rw-r--r--sources/ncurses/ncurses.spec4
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
+}