pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>gmime</Name>
  6. <Homepage>http://spruce.sourceforge.net/gmime</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.library</PartOf>
  14. <Summary>Utilities for creating and parsing messages using MIME</Summary>
  15. <Description>gmime contains gmime-uudecode and gmime-uuencode and will allow you to manipulate MIME messages. These utilities can also be used instead of uudecode and uuencode from the sharutils package.</Description>
  16. <Archive sha1sum="12e2d6aa0206ce99093ad3f0619b8870df156cb2" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/gmime/2.6/gmime-2.6.23.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gpgme-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>gmime</Name>
  23. <RuntimeDependencies>
  24. <Dependency>gpgme</Dependency>
  25. </RuntimeDependencies>
  26. <IsA>app:console</IsA>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="data">/usr/share/gir-1.0/GMime-2.6.gir</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>gmime-devel</Name>
  35. <Summary>gmime development files</Summary>
  36. <RuntimeDependencies>
  37. <Dependency releaseFrom="current">gmime</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="doc">/usr/share/vala</Path>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>gmime-docs</Name>
  47. <IsA>data:doc</IsA>
  48. <Summary>gmime reference documents</Summary>
  49. <Files>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. <Path fileType="doc">/usr/share/gtk-doc</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="1">
  56. <Date>2019-09-15</Date>
  57. <Version>2.6.23</Version>
  58. <Comment>First release</Comment>
  59. <Name>Süleyman Poyraz</Name>
  60. <Email>zaryob.dev@gmail.com</Email>
  61. </Update>
  62. </History>
  63. </INARY>