pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libotr</Name>
  6. <Homepage>http://www.cypherpunks.ca/otr/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Portable OTR (Off The Record) messaging library</Summary>
  14. <Description>OTR messaging allows you to have private conversations over instant messaging.</Description>
  15. <Archive sha1sum="3894b82a6c307ad011681ad342d69b18344933ae" type="targz">https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libgcrypt-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libotr</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgcrypt</Dependency>
  24. <Dependency>libgpg-error</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libotr-devel</Name>
  35. <Summary>Development files for libotr</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libotr</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. <Path fileType="data">/usr/share/aclocal</Path>
  43. <Path fileType="doc">/usr/share/doc/libotr/html</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="4">
  48. <Date>2018-09-10</Date>
  49. <Version>4.1.1</Version>
  50. <Comment>Rebuild with new toolchain</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="3">
  55. <Date>2017-04-18</Date>
  56. <Version>4.1.1</Version>
  57. <Comment>Rebuild with new toolchain</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>4.1.0</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2015-11-22</Date>
  70. <Version>4.1.0</Version>
  71. <Comment>First release</Comment>
  72. <Name>Alihan Öztürk</Name>
  73. <Email>alihan@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>