pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libc-client</Name>
  6. <Homepage>http://www.washington.edu/imap/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>service</IsA>
  13. <Summary>C-client mail access routines for IMAP and POP protocols</Summary>
  14. <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>
  15. <Archive sha1sum="7a82ebd5aae57a5dede96ac4923b63f850ff4fa7" type="targz">ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>pam-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>e2fsprogs-devel</Dependency>
  20. <Dependency>mit-kerberos</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="0">imap-2007a-linux.diff</Patch>
  24. <Patch level="1">imap-2006c1-glibc-2.2.2.diff</Patch>
  25. <Patch level="0">imap-2006c1-krbpath.diff</Patch>
  26. <Patch level="1">imap-2001a-disable-mbox.patch</Patch>
  27. <Patch level="1">imap-2001a-overflow.patch</Patch>
  28. <Patch level="1">imap-2004a-doc.patch</Patch>
  29. <!--Patch level="1">imap-2007-paths.patch</Patch-->
  30. <Patch level="1">imap-2007e-authmd5.patch</Patch>
  31. <Patch level="1">imap-2007e-shared.patch</Patch>
  32. <Patch level="1">uw-imap-2004c-amd64-so-fix.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>libc-client</Name>
  37. <RuntimeDependencies>
  38. <Dependency>mit-kerberos</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="3">
  47. <Date>2017-04-11</Date>
  48. <Version>2007f</Version>
  49. <Comment>Rebuild with new toolchain</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2016-06-09</Date>
  55. <Version>2007f</Version>
  56. <Comment>Release Bump</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2016-02-27</Date>
  62. <Version>2007f</Version>
  63. <Comment>First release</Comment>
  64. <Name>Stefan Gronewold(groni)</Name>
  65. <Email>groni@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>