the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libaprutil.0-mysql
Version: 1.4.1
Revision: 1
Depends: <<
libaprutil.0-shlibs (>= %v-%r),
mysql-unified-shlibs,
openldap24-shlibs
<<
BuildDepends: <<
db53-aes,
expat1,
fink (>= 0.24.12),
gdbm3,
libapr.0-dev (>= 1.4.5-1),
libaprutil.0-dev (>= %v-%r),
libiconv-dev,
mysql-unified-dev,
openldap24-dev,
pkgconfig,
system-openssl-dev
<<
Replaces: libaprutil0-shlibs, libaprutil.0-shlibs (<< 1.3.4-9)
# a transient libaprutil0-shlibs accidentally installed something else at the install_name location
Source: mirror:apache:apr/apr-util-%v.tar.bz2
Source-MD5: 52b31b33fb1aa16e65ddaefc76e41151
PatchFile: libaprutil.0-shlibs.patch
PatchFile-MD5: 6f63a00b02f0274c27e8753a3044e342
PatchScript: <<
### Fix layout
perl -pi -e 's,/usr/local,%p,g' config.layout
%{default_script}
<<
UseMaxBuildJobs: false
ConfigureParams: <<
--enable-layout=GNU \
--with-apr=%p \
--with-ldap-include=%p/include \
--with-ldap-lib=%p/lib \
--with-ldap \
--with-dbm=db \
--with-gdbm=%p \
--with-berkeley-db=%p \
--with-crypto \
--with-openssl=%p/lib/system-openssl \
--without-pgsql \
--with-mysql=%p \
--without-sqlite2 \
--without-sqlite3 \
--without-odbc \
--with-expat=%p \
--with-iconv=%p
<<
NoSetLDFLAGS: true
CompileScript: <<
./configure %c
make dbd/apr_dbd_mysql.la
<<
InstallScript: <<
make install-modules prefix=%i APU_MODULES=dbd/apr_dbd_mysql.la
<<
DocFiles: CHANGES LICENSE NOTICE README
Description: APRUTIL mysql backend
DescDetail: <<
The mission of the Apache Portable Runtime (APR) project is to create and
maintain software libraries that provide a predictable and consistent
interface to underlying platform-specific implementations. The primary goal
is to provide an API to which software developers may code and be assured
of predictable if not identical behaviour regardless of the platform on
which their software is built, relieving them of the need to code
special-case conditions to work around or take advantage of
platform-specific deficiencies or features.
<<
DescPackaging: <<
Must keep the libaprutil.0-*.info versions in sync with this.
Previously maintained by Justin F. Hallett
<<
License: BSD
Maintainer: Daniel Johnson
Homepage: http://apr.apache.org/