pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>loudmouth</Name>
  6. <Homepage>http://www.loudmouth-project.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Lightweight C Jabber library</Summary>
  14. <Description>Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP protocol. It's designed to be easy to get started with and yet extensible to let you do anything the XMPP protocol allows.</Description>
  15. <Archive sha1sum="a69ef9a57e0ae993340921e73ada27979850db04" type="tarbz2">https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>mit-kerberos</Dependency>
  20. <Dependency>gnutls-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>loudmouth</Name>
  25. <RuntimeDependencies>
  26. <Dependency>glib2</Dependency>
  27. <Dependency>gnutls</Dependency>
  28. <Dependency>mit-kerberos</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib/libloudmouth*</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="doc">/usr/share/gtk-doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>loudmouth-devel</Name>
  38. <Summary>Development files for loudmouth</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>glib2-devel</Dependency>
  41. <Dependency release="current">loudmouth</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="3">
  50. <Date>2020-03-08</Date>
  51. <Version>1.5.3</Version>
  52. <Comment>Rebuild.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@pisilinux.org</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2018-09-16</Date>
  58. <Version>1.5.3</Version>
  59. <Comment>First release</Comment>
  60. <Name>Alihan Öztürk</Name>
  61. <Email>alihan@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2017-05-19</Date>
  65. <Version>1.5.3</Version>
  66. <Comment>First release</Comment>
  67. <Name>Alihan Öztürk</Name>
  68. <Email>alihan@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>