# fss-0002

main:
  ./configure $CONF --disable-nls
  make
  make install
  rm -Rf /bin/gftp
  mv -v /bin/gftp-gtk /bin/gftp
  chgrp e_network -R /bin/gftp{,-text} /share/gftp
  chmod o-rx -R /bin/gftp{,-text} /share/gftp
  find /share/gftp -type d -exec chmod g+s '{}' ';'
  rm -f /share/applications/gftp.desktop
  cp -v ${PR}ftp_client.desktop /share/applications/
