# fss-0002
# this installs its own copy of pngtoico without consideration to whether or not the system already has a pngtoico

main:
  ./configure $CONF $DOCDIR --datadir=/share/games/
  sed -i -e 's| \<win32\>||g' Makefile
  make
  make install
  chgrp e_game -R /bin/{croppy,freedroidRPG,gluem,ungluem}
  cp -v ${PR}freedroidRPG.png /share/icons/
  cp -v ${PR}freedroidrpg.desktop /share/applications/
