17de59d7cfc4c6a42aec5cff25c996f34b066d15
[hdw-linux/hdw-linux.git] / packages / base / ncurses / ncurses
1 # hdw - linux ncurses package
2 #
3 # author: hackbard@hackdaworld.dndns.org
4 #
5 # [V] 5.4
6 # [S] 1-6 2-7
7 # [D] ncurses-5.4.tar.gz ftp://ftp.gnu.org/pub/gnu/ncurses/
8
9 confopt="$confopt --with-shared --without-debug"
10 [ "$hdw_status" = "1" ] && confopt="$confopt --without-ada --enable-overwrite"
11
12 post_install()  {
13         cd $prefix/lib &&
14         chmod 755 *.${ver}
15         chmod 644 libncurses++.a
16         ln -sf libncurses.a libcurses.a
17         ln -sf libncurses.so libcurses.so
18                 }