install -d -m0755 $(IDIR_LIBNCURSES)/usr/lib
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/lib{ncurses,panel,menu}*.so.* $(IDIR_LIBNCURSES)/usr/lib/
install -d -m0755 $(IDIR_LIBNCURSES)/usr/share/terminfo
install -d -m0755 $(IDIR_LIBNCURSES)/usr/lib
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/lib{ncurses,panel,menu}*.so.* $(IDIR_LIBNCURSES)/usr/lib/
install -d -m0755 $(IDIR_LIBNCURSES)/usr/share/terminfo
install -d -m0755 $(IDIR_LIBNCURSES)/usr/share/terminfo/`dirname $${f}`; \
cp -fpR $(PKG_INSTALL_DIR)/usr/share/terminfo/$${f} \
$(IDIR_LIBNCURSES)/usr/share/terminfo/$${f}; \
install -d -m0755 $(IDIR_LIBNCURSES)/usr/share/terminfo/`dirname $${f}`; \
cp -fpR $(PKG_INSTALL_DIR)/usr/share/terminfo/$${f} \
$(IDIR_LIBNCURSES)/usr/share/terminfo/$${f}; \