Package: libaprutil.0-postgresql Version: 1.3.10 Revision: 2 Depends: << libaprutil.0-shlibs (>= %v-%r), openldap24-shlibs, postgresql84-shlibs << BuildDepends: << db51-aes | db51, expat1, fink (>= 0.24.12), gdbm3, libapr.0-dev (>= 1.4.2-1), libaprutil.0-dev (>= %v-%r), libiconv-dev, openldap24-dev, pkgconfig, postgresql84-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: 6a6f501a1b2a45166b8ffd6df29204bb PatchFile: libaprutil.0-shlibs.patch PatchFile-MD5: 904951c57a5805f9e093e6cc10b64250 PatchScript: << ### Fix layout perl -pi -e 's,/usr/local,%p,g' config.layout %{default_script} perl -pi -e 's/db50/db51/; s/db-5.0/db-5.1/' configure << ConfigureParams: << --enable-layout=GNU \ --with-apr=%p \ --with-ldap-include=%p/include \ --with-ldap-lib=%p/lib \ --with-ldap \ --with-dbm=db51 \ --with-gdbm=%p \ --with-berkeley-db=%p \ --with-pgsql=%p \ --without-mysql \ --without-sqlite2 \ --without-sqlite3 \ --without-odbc \ --with-expat=%p \ --with-iconv=%p << NoSetLDFLAGS: true CompileScript: << ./configure %c make dbd/apr_dbd_pgsql.la << InstallScript: << make install-modules prefix=%i APU_MODULES=dbd/apr_dbd_pgsql.la #No need for dependency_libs in .la files if not building static libs perl -pi -e "s/dependency_libs=.*$/dependency_libs=''/" %i/lib/apr-util-1/*la << DocFiles: CHANGES LICENSE NOTICE README Description: APRUTIL postgresql 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/