# fss-0002

main:
  ./configure $CONF --disable-python --enable-server --enable-campaign-server --with-server-uid=wesnothd --with-server-gid=wesnothd --without-kde --without-gnome $DOCDIR --datadir=/share/games/
  make
  make install
  mkdir -vp /home/targets/wesnothd
  chgrp e_game -R /bin/{campaignd,wesnoth,wesnothd}
