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.

62 lines
2.1 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/wine/wine.conf
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. wine_postmake() {
  23. cp documentation/samples/config $sysconfdir/wine.conf
  24. cp tools/wine.inf $sysconfdir
  25. #DOCUMENTATION
  26. cat > $docdir/ROCK_READ <<-'EOR'
  27. Wine will need all devices such as floppies,
  28. cdroms, and FAT partitions labelled as you
  29. would use then inside Windows. If you would
  30. like to run native Windows DLLs you can. Do
  31. this all in etc/wine.conf or in ~/.wine/config
  32. See documentation for help.
  33. You need to create the following directories:
  34. C:\windows
  35. C:\windows\system
  36. C:\windows\Start Menu
  37. C:\windows\Start Menu\Programs
  38. There is still a good deal of dependency on Microsoft
  39. supplied programs and DLLs. The best way to get it working
  40. is to cannibalize a Windows installation of DLLs as your
  41. program requires them as well as any programs.
  42. Running an application 'with --debugmsg +module,+file'
  43. will help you determine what DLLs may be needed (Except
  44. KERNEL32, GDI32, and USER32 which are part of wine).
  45. See: http://wine.codeweavers.com/docs/wine-user/no-windows.shtml
  46. EOR
  47. }
  48. premake="eval $MAKE depend"
  49. postmake="wine_postmake"
  50. var_append makeopt ' ' 'UPDATE_DESKTOP_DATABASE=/bin/true'
  51. var_append makeinstopt ' ' 'UPDATE_DESKTOP_DATABASE=/bin/true'
  52. # hack for configure ...
  53. export ac_cv_lib_soname_jack=NONE