SlackBuildsOrg/office/mdbtools
Juan M. Lasca 124d6d1877
office/mdbtools: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:52:03 +07:00
..
mdbtools.info
mdbtools.SlackBuild
README
slack-desc

The MDB Tools project is a effort to document the MDB and ACCDB file
formats used in Microsoft's Access database packages, and to provide
a set of tools and applications to make that data available on other
platforms.

NOTE: unixOBDC is an optional dependency.
By default the script will build a driver for use with unixODBC,
if it is installed. If a driver for iodbc is preferred instead
you may set the environment variable UNIXODBC_DRIVER to "no". e.g.
   UNIXODBC_DRIVER="no" ./mdbtools.SlackBuild

This script includes the debugging tools 'prcat', 'prkkd', 'prtable',
'prdata' and 'prole', preffixed with "mdb-" (e.g. 'mdb-prtable')
unless the environment varaible DEBUGGING_TOOLS is set to "no". e.g.
  DEBUGGING_TOOLS="no" ./mdbtools.SlackBuild