# fss-0002

main:
  ./configure $CONF --enable-pkgdatadir=/share/aspell --enable-pkglibdir=/lib/aspell --enable-compile-in-filters
  make LDFLAGS="-lintl"
  make install
  cp -v scripts/ispell /bin
  chmod oug-x /lib/lib{a,p}spell.la
  mv -v /lib/lib{a,p}spell.la ${TC}lib/
  mv -v /bin/pspell-config ${TC}bin/
  mv -v /lib/aspell/*.amf /share/aspell/
  rmdir /lib/aspell
  chgrp e_spell -R /lib/lib{a,p}spell.so* /bin/{aspell,aspell-import,ispell,precat,preunzip,prezip,prezip-bin,run-with-aspell,word-list-compress} /share/aspell
  chmod o-rx -R /lib/lib{a,p}spell.so* /bin/{aspell,aspell-import,ispell,precat,preunzip,prezip,prezip-bin,run-with-aspell,word-list-compress} /share/aspell
  rm -Rf /share/locale
  rm -Rf /bin/aspell-import
  tkis_handle_documentation info standard /info
