# fss-0002

main:
  ./configure $CONF  --enable-ipv6=yes --with-fexceptions
  make pkgconfigdir=${TC}lib/pkgconfig/
  make pkgconfigdir=${TC}lib/pkgconfig/ install
  mv -v /bin/xslt-config ${TC}bin/
  mv -v /lib/xsltConf.sh ${TC}lib/
  mv -v /share/aclocal/libxslt.m4 ${TC}share/aclocal/
  chmod ugo-x /lib/lib{e,}xslt.la
  mv -v /lib/lib{e,}xslt.la ${TC}lib/
  chgrp -R e_public /lib/lib{e,}xslt.so* /lib/libxslt-plugins/
  chgrp -R e_text /bin/xsltproc
  chmod o-rx -R /lib/lib{e,}xslt.so* /lib/libxslt-plugins/
  chmod o-rx /bin/xsltproc
  rm -Rf /share/aclocal
  tkis_handle_documentation doc standard /share/doc
