Package: libaprutil.0-postgresql Version: 1.3.12 Revision: 1 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.5-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: 0f671b037ca62751a8a7005578085560 PatchFile: libaprutil.0-shlibs.patch PatchFile-MD5: 6d23b40b503e2a91033803b510f74298 PatchScript: << ### Fix layout perl -pi -e 's,/usr/local,%p,g' config.layout %{default_script} << 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/