# fss-0002

main:
  tkis_local_push program unix/
  ./configure $CONF --enable-threads --enable-64bit --with-tk=${TC}lib --with-tcl=${TC}lib --with-tclinclude=${TC}include $TARGET
  sed -i -e '/#define roundf/d' ../generic/jkFormatMP3.c
  make
  make install
  mv -v /lib/snack* /lib/tk?.?/
  chgrp e_tk -R /lib/tk?.?/snack*
  find /lib/tk?.?/ -type d -exec chmod g+s '{}' ';'
  rm -Rf /lib/libsnackstub2.2.a
  rm -Rf /lib/python*/snack.py
  tkis_local_pop
