the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libdbi
Version: 0.8.3
Revision: 2
Maintainer: Dave Reiser
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: ca66db78d479cbfa727cf3245b5864ae
BuildDepends: docbook-bundle
Configureparams: --disable-dependency-tracking
Installscript: <<
make -j1 install DESTDIR="%d"
mv %i/share/doc/%n-%v %i/share/doc/%n
<<
Splitoff: <<
Package: %N-shlibs
Files: lib/libdbi.0*.dylib
DocFiles: COPYING
Shlibs: %p/lib/libdbi.0.dylib 1.0.0 %n (>= 0.7.0-1)
Description: Shared libraries for libdbi
<<
Splitoff2: <<
Package: %N-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r)
Files: include lib
Description: Development package for libdbi
DocFiles: COPYING
<<
DocFiles: README COPYING AUTHORS
Description: Database Independent Abstraction Layer for C
DescDetail: <<
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.
The plugin architecture allows for new database drivers to be easily added by a
third party with flexbile licensing. See the libdbi-drivers project
(http://libdbi-drivers.sourceforge.net) for the drivers officially
supported by libdbi.
<<
Homepage: http://libdbi.sourceforge.net
License: LGPL