# fss-0002

main:
  ./configure $CONF $TARGET
  make pkgconfigdir=${TC}lib/pkgconfig/
  make pkgconfigdir=${TC}lib/pkgconfig/ install
  #chmod ugo-x /lib/libxcb-{atom,aux,event,icccm,image,keysyms,property,render-util,reply}.la
  #mv -v /lib/libxcb-{atom,aux,event,icccm,image,keysyms,property,render-util,reply}.la ${TC}lib/
  #chgrp -R e_xorg /lib/libxcb-{atom,aux,event,icccm,image,keysyms,property,render-util,reply}.so*
  chmod ugo-x /lib/libxcb-util.la
  mv -v /lib/libxcb-util.la ${TC}lib/
  chgrp -R e_xorg /lib/libxcb-util.so*
