# hdw - linux ncurses package # # 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/ confopt="$confopt --with-shared --without-debug" [ "$hdw_status" = "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 }