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.

61 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/base/wine/wine.conf
  9. # ROCK Linux is Copyright (C) 1998 - 2006 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 tools/wine.inf $sysconfdir
  24. #DOCUMENTATION
  25. cat > $docdir/ROCK_READ <<-'EOR'
  26. Wine will need all devices such as floppies,
  27. cdroms, and FAT partitions labelled as you
  28. would use then inside Windows. If you would
  29. like to run native Windows DLLs you can. Do
  30. this all in etc/wine.conf or in ~/.wine/config
  31. See documentation for help.
  32. You need to create the following directories:
  33. C:\windows
  34. C:\windows\system
  35. C:\windows\Start Menu
  36. C:\windows\Start Menu\Programs
  37. There is still a good deal of dependency on Microsoft
  38. supplied programs and DLLs. The best way to get it working
  39. is to cannibalize a Windows installation of DLLs as your
  40. program requires them as well as any programs.
  41. Running an application 'with --debugmsg +module,+file'
  42. will help you determine what DLLs may be needed (Except
  43. KERNEL32, GDI32, and USER32 which are part of wine).
  44. See: http://wine.codeweavers.com/docs/wine-user/no-windows.shtml
  45. EOR
  46. }
  47. premake="eval $MAKE depend"
  48. postmake="wine_postmake"
  49. var_append makeopt ' ' 'UPDATE_DESKTOP_DATABASE=/bin/true'
  50. var_append makeinstopt ' ' 'UPDATE_DESKTOP_DATABASE=/bin/true'
  51. # hack for configure ...
  52. export ac_cv_lib_soname_jack=NONE