(
  
  prepare_install &&

  install -m755 $SOURCE_DIRECTORY/ipcalc /usr/bin/ &&

  gather_docs changelog license contributors

) > $C_FIFO 2>&1
