# fss-0002

main:
  ./configure $CONF
  make
  make install
  tar -xf ${PR}icon-themes.txz -C /share/icons/
  chmod -R ugo-x /share/icons/
  chmod -R u+rwX,g+rX-w,o-rwx /share/icons/
  chgrp -R d_icon /share/icons/
  find /share/icons -type d -exec chmod g+s '{}' ';'
