home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / sbin / brltty-config < prev    next >
Encoding:
Text File  |  2007-03-27  |  1.4 KB  |  45 lines

  1. #!/bin/sh
  2. ###############################################################################
  3. # BRLTTY - A background process providing access to the console screen (when in
  4. #          text mode) for a blind person using a refreshable braille display.
  5. #
  6. # Copyright (C) 1995-2005 by The BRLTTY Team. All rights reserved.
  7. #
  8. # BRLTTY comes with ABSOLUTELY NO WARRANTY.
  9. #
  10. # This is free software, placed under the terms of the
  11. # GNU General Public License, as published by the Free Software
  12. # Foundation.  Please see the file COPYING for details.
  13. #
  14. # Web Page: http://mielke.cc/brltty/
  15. #
  16. # This software is maintained by Dave Mielke <dave@mielke.cc>.
  17. ###############################################################################
  18.  
  19. prefix=""
  20. exec_prefix="${prefix}"
  21. bindir="/sbin"
  22. #sbindir="${exec_prefix}/sbin"
  23. #libexecdir="${exec_prefix}/libexec"
  24. #datadir="${prefix}/share"
  25. sysconfdir="${prefix}/etc"
  26. #sharedstatedir="${prefix}/com"
  27. #localstatedir="${prefix}/var"
  28. libdir="${exec_prefix}/lib"
  29. includedir="${prefix}/usr/include"
  30. #oldincludedir="/usr/include"
  31. #infodir="${prefix}/info"
  32. mandir="${prefix}/usr/share/man"
  33.  
  34. BRLTTY_VERSION="3.7.2"
  35. BRLTTY_EXECUTE_ROOT=""
  36. BRLTTY_PROGRAM_DIRECTORY="/sbin"
  37. BRLTTY_LIBRARY_DIRECTORY="${exec_prefix}/lib/brltty"
  38. BRLTTY_DATA_DIRECTORY="${prefix}/etc/brltty"
  39. BRLTTY_MANPAGE_DIRECTORY="${prefix}/usr/share/man"
  40. BRLTTY_INCLUDE_DIRECTORY="${prefix}/usr/include/brltty"
  41.  
  42. BRLAPI_VERSION="0.4"
  43. BRLAPI_RELEASE="0.4.1"
  44. BRLAPI_KEYFILE="brlapi.key"
  45.