# fss-0002

main:
  ./configure $CONF
  make
  make install
  chgrp -R e_pdf /bin/epdfview /share/epdfview
  chmod o-rx -R /bin/epdfview /share/epdfview
  find /share/epdfview -type d -exec chmod g+s '{}' ';'
  rm -Rf /share/locale
  rm -f /share/applications/epdfview.desktop
  cp -v ${PR}pdf_viewer.desktop /share/applications/
