Package: libaprutil.0-shlibs Version: 1.3.12 Revision: 1 Depends: << db51-aes-shlibs | db51-shlibs, expat1-shlibs, gdbm3-shlibs, libapr.0-shlibs (>= 1.4.5-1), libiconv, openldap24-shlibs << BuildDepends: << db51-aes | db51, expat1, fink (>= 0.24.12), gdbm3, libapr.0-dev (>= 1.4.5-1), libiconv-dev, openldap24-dev, pkgconfig << Replaces: libaprutil0-shlibs # a transient libaprutil0-shlibs accidentally installed something else at the install_name location Suggests: libaprutil.0-mysql, libaprutil.0-odbc, libaprutil.0-postgresql, libaprutil.0-sqlite2, libaprutil.0-sqlite3 Source: mirror:apache:apr/apr-util-%v.tar.bz2 Source-MD5: 0f671b037ca62751a8a7005578085560 PatchFile: %n.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 \ --without-pgsql \ --without-mysql \ --without-sqlite2 \ --without-sqlite3 \ --without-odbc \ --with-expat=%p \ --with-iconv=%p << NoSetLDFLAGS: true InstallScript: << make install DESTDIR=%d /bin/rm %i/lib/aprutil.exp #No need for dependency_libs in .la files if not building static libs perl -pi -e "s/dependency_libs=.*$/dependency_libs=''/" %i/lib/*.la %i/lib/apr-util-1/*la cd %i/lib && ln -s libaprutil.0.dylib libaprutil-1.dylib << DocFiles: CHANGES LICENSE NOTICE README Shlibs: << %p/lib/libaprutil.0.dylib 4.0.0 %n (>= 1.3.4-4) << SplitOff: << Package: libaprutil.0-dev Conflicts: apr-common (<< 1:0-0), apr-ssl-common (<< 1:0-0), aprutil-dev (<< 1:0-0), libaprutil-dev (<< 1:0-0) Replaces: apr-common (<< 1:0-0), apr-ssl-common (<< 1:0-0), aprutil-dev (<< 1:0-0), libaprutil-dev (<< 1:0-0) Depends: %N (= %v-%r), pkgconfig BuildDependsOnly: True Description: Headers and static libraries for APRUTIL Files: << bin include lib/pkgconfig lib/libaprutil.la lib/libaprutil.dylib lib/libaprutil-1.dylib << DocFiles: CHANGES LICENSE NOTICE README << Description: APRUTIL shared libraries 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. << DescUsage: << The following packages provide optional database backends that you can install separately: libaprutil.0-mysql, libaprutil.0-odbc, libaprutil.0-postgresql, libaprutil.0-sqlite2, libaprutil.0-sqlite3 << 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/ InfoTest: TestScript: make check || exit 2