the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: myodbc-unixodbc
Version: 2.50.39
Revision: 1035
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9), mysql12-dev, unixodbc2 | unixodbc2-nox
BuildDependsOnly: true
Replaces: %N (<< %v-3), myodbc
Conflicts: myodbc
###
Source: http://mysql.he.net/Downloads/MyODBC/MyODBC-%v.tar.gz
Source-MD5: 30765641c87b7fc2c2c67dcf1cb85d7a
###
UpdateConfigGuess: true
UpdateLibTool: true
###
GCC: 4.0
###
PatchScript: <<
sed -e s,"in iodbcinst.h","in not-iodbcinst.h",g configure > configure.new
mv configure.new configure
chmod 775 configure
<<
###
ConfigureParams: --with-odbc-ini=%p/etc/odbc.ini --with-pic --enable-shared --enable-static --with-unixODBC=%p --with-mysql-includes=%p/include/mysql --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: README*
###
SplitOff: <<
Package: %N-shlibs
Replaces: myodbc-shlibs, %N (<< %v-3)
Conflicts: myodbc-shlibs
Depends: mysql12-shlibs, unixodbc2-shlibs | unixodbc2-nox-shlibs
Files: <<
lib/libmyodbc-*.dylib
<<
Shlibs: %p/lib/libmyodbc-2.50.39.dylib 0.0.0 %n (>= 2.50.39-24)
DocFiles: ChangeLog INSTALL README* ReleaseNotes
<<
###
Description: Provides an ODBC driver for MySQL
DescDetail: <<
MyODBC provides an ODBC driver for the MySQL database server.
<<
DescPort: <<
OSX 10.2 iodbcinst.h is broken or not complete, but for which ever reason
I needed to disable configure from finding it.
<<
###
License: Public Domain
Maintainer: None
Homepage: http://www.mysql.com/