(

#lets touch those :=)

  touch *
  ./configure  --build=$BUILD             \
               --prefix=/usr              \
               --datadir=/usr/share/misc  \
               --mandir=/usr/share/man    &&
  make                                    &&
  prepare_install                         &&
  make    install

) > $C_FIFO 2>&1
