# fss-0002

main:
  ./configure $CONF --enable-lcms --enable-poppler-cairo
  make
  make install
  chgrp e_graphic -R /bin/ink{scape,view} /share/inkscape
  chmod o-rx -R /bin/ink{scape,view} /share/inkscape
  find /share/inkscape -type d -exec chmod g+s '{}' ';'
  rm -Rf /share/locale
