more toolchain + stage 1 updates
[hdw-linux/hdw-linux.git] / packages / base / ncurses / ncurses
index 17de59d..b338aa0 100644 (file)
@@ -2,17 +2,10 @@
 #
 # author: hackbard@hackdaworld.dndns.org
 #
-# [V] 5.4
-# [S] 1-6 2-7
-# [D] ncurses-5.4.tar.gz ftp://ftp.gnu.org/pub/gnu/ncurses/
+# [V] 5.5
+# [S] 1-1 2-7
+# [D] ncurses-5.5.tar.gz ftp://ftp.gnu.org/pub/gnu/ncurses/
 
 confopt="$confopt --with-shared --without-debug"
-[ "$hdw_status" = "1" ] && confopt="$confopt --without-ada --enable-overwrite"
+[ "$stage" = "1" ] && confopt="$confopt --without-ada --enable-overwrite"
 
-post_install() {
-       cd $prefix/lib &&
-       chmod 755 *.${ver}
-       chmod 644 libncurses++.a
-       ln -sf libncurses.a libcurses.a
-       ln -sf libncurses.so libcurses.so
-               }