[Lunar-commits] r15861 - moonbase/trunk/libs/ncurses
Florin Braescu
florin at lunar-linux.org
Sun Jul 24 20:03:43 UTC 2005
Author: florin
Date: 2005-07-24 20:03:42 +0000 (Sun, 24 Jul 2005)
New Revision: 15861
Modified:
moonbase/trunk/libs/ncurses/BUILD
moonbase/trunk/libs/ncurses/DEPENDS
moonbase/trunk/libs/ncurses/DETAILS
Log:
small tweak.
Modified: moonbase/trunk/libs/ncurses/BUILD
===================================================================
--- moonbase/trunk/libs/ncurses/BUILD 2005-07-24 20:00:34 UTC (rev 15860)
+++ moonbase/trunk/libs/ncurses/BUILD 2005-07-24 20:03:42 UTC (rev 15861)
@@ -9,15 +9,16 @@
unset CC CXX
set -x
- ./configure --build=$BUILD \
- --prefix=/usr \
- --libdir=/lib \
- --with-normal \
- --with-shared \
- --mandir=/usr/share/man \
- --with-manpage-format=gzip \
- --disable-termcap \
- --with-terminfo-dirs=/usr/share/terminfo \
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --libdir=/lib \
+ --with-normal \
+ --with-shared \
+ --mandir=/usr/share/man \
+ --with-manpage-format=gzip \
+ --disable-termcap \
+ --enable-colorfgbg \
+ --with-terminfo-dirs=/usr/share/terminfo \
$OPTS &&
set +x &&
default_make
Modified: moonbase/trunk/libs/ncurses/DEPENDS
===================================================================
--- moonbase/trunk/libs/ncurses/DEPENDS 2005-07-24 20:00:34 UTC (rev 15860)
+++ moonbase/trunk/libs/ncurses/DEPENDS 2005-07-24 20:03:42 UTC (rev 15861)
@@ -1,5 +1,5 @@
-depends gawk &&
-depends sed &&
+depends gawk &&
+depends sed &&
optional_depends "gpm" "--with-gpm" "--without-gpm" "To link against gpm"
Modified: moonbase/trunk/libs/ncurses/DETAILS
===================================================================
--- moonbase/trunk/libs/ncurses/DETAILS 2005-07-24 20:00:34 UTC (rev 15860)
+++ moonbase/trunk/libs/ncurses/DETAILS 2005-07-24 20:03:42 UTC (rev 15861)
@@ -9,6 +9,7 @@
UPDATED=20040214
SHORT="ncurses displays and updates text on text-only terminals."
PSAFE=no
+
cat << EOF
ncurses - Displays and updates text on text-only terminals.
The ncurses (new curses) library is a free software emulation of curses
More information about the Lunar-commits
mailing list