1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libc-client</Name>
- <Homepage>http://www.washington.edu/imap/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>service</IsA>
- <Summary>C-client mail access routines for IMAP and POP protocols</Summary>
- <Description>The c-client library is a common API for accessing mailboxes developed at the University of Washington. It is used mainly by php</Description>
- <Archive sha1sum="7a82ebd5aae57a5dede96ac4923b63f850ff4fa7" type="targz">ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>pam-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>e2fsprogs-devel</Dependency>
- <Dependency>mit-kerberos</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="0">imap-2007a-linux.diff</Patch>
- <Patch level="1">imap-2006c1-glibc-2.2.2.diff</Patch>
- <Patch level="0">imap-2006c1-krbpath.diff</Patch>
- <Patch level="1">imap-2001a-disable-mbox.patch</Patch>
- <Patch level="1">imap-2001a-overflow.patch</Patch>
- <Patch level="1">imap-2004a-doc.patch</Patch>
- <!--Patch level="1">imap-2007-paths.patch</Patch-->
- <Patch level="1">imap-2007e-authmd5.patch</Patch>
- <Patch level="1">imap-2007e-shared.patch</Patch>
- <Patch level="1">uw-imap-2004c-amd64-so-fix.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>libc-client</Name>
- <RuntimeDependencies>
- <Dependency>mit-kerberos</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-04-11</Date>
- <Version>2007f</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2007f</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-27</Date>
- <Version>2007f</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|