1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>apr-util</Name>
- <Homepage>http://apr.apache.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>library</IsA>
- <Summary>Apache portable runtime utils</Summary>
- <Description>Apache portable runtime utils (APR-Util) contains additional utility interfaces for APR; including support for XML, database interfaces, URI parsing and more.</Description>
- <Archive sha1sum="b00038b5081472ed094ced28bcbf2b5bb56c589d" type="tarbz2">mirrors://apache/apr/apr-util-1.5.4.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>db-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>unixODBC-devel</Dependency>
- <Dependency>apr-devel</Dependency>
- <Dependency>mariadb-lib</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>cyrus-sasl-devel</Dependency>
- <Dependency versionFrom="2.4.41">openldap-client</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>apr-util</Name>
- <RuntimeDependencies>
- <Dependency>db</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>sqlite</Dependency>
- <Dependency>libutil-linux</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>apr</Dependency>
- <Dependency>unixODBC</Dependency>
- <Dependency>mariadb-lib</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency versionFrom="2.1.26">cyrus-sasl</Dependency>
- <Dependency versionFrom="2.4.41">openldap-client</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <Package>
- <Name>apr-util-devel</Name>
- <Summary>Development files for apr-util</Summary>
- <RuntimeDependencies>
- <Dependency release="current">apr-util</Dependency>
- <Dependency>apr-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-20</Date>
- <Version>1.5.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.5.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-06</Date>
- <Version>1.5.4</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|