mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
495 B

  1. # include the configuration script for XFree ...
  2. . package/x11/xfree86/xf_config.sh
  3. x11doc_main() {
  4. xf_extract
  5. xf_config # I wonder if this is really required - DZ
  6. echo "Copy X11 Documentation and creating X11 symlink ..."
  7. rm -rf $root/usr/doc/X11
  8. cp -rv doc/* $docdir
  9. rm -rf $docdir/man # Not optimal, but man/* is only about 4MB
  10. ln -s $docdir X11
  11. }
  12. srctar=FIXME # "Can't auto-detect srctar" if left "auto"
  13. archdir=${archdir%-doc}
  14. custmain=x11doc_main
  15. autoextract=0
  16. createdocs=0