UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

unixODBC

The unixODBC package is an Open Source ODBC (Open DataBase Connectivity) sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. ODBC is an open specification for providing application developers with a predictable API with which to access data sources. Data sources include optional SQL Servers and any data source with an ODBC Driver. unixODBC contains the following components used to assist with the manipulation of ODBC data sources: a driver manager, an installer library and command line tool, command line tools to help install a driver and work with SQL, drivers and driver setup libraries.

Package info

Codename: unixODBC
Source file: unixODBC-2.3.7.tar.gz
Source directory: unixODBC-2.3.7
Package URL: https://umvirt.com/linux/downloads/0.1/packages/u/unixODBC-2.3.7.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/u/unixODBC-2.3.7.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libreoffice.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr \
            --sysconfdir=/etc/unixODBC

Build script:
make

Install script:
make install &&

find doc -name "Makefile*" -delete                &&
chmod 644 doc/{lst,ProgrammerManual/Tutorial}/*   &&

install -v -m755 -d /usr/share/doc/unixODBC-2.3.7 &&
cp      -v -R doc/* /usr/share/doc/unixODBC-2.3.7