pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>libical</Name>
  6. <Homepage>https://github.com/libical/libical</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MPL-1.1</License>
  12. <License>LGPLv2</License>
  13. <IsA>library</IsA>
  14. <Summary>An open source reference implementation of the icalendar data type and serialization format</Summary>
  15. <Description>libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents.</Description>
  16. <Archive sha1sum="bbcb0d60f396b247b952c22e9c1d9e41fc4c4d6e" type="targz">https://github.com/libical/libical/releases/download/v3.0.6/libical-3.0.6.tar.gz</Archive>
  17. <BuildDependencies>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libical</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="data">/usr/share/libical/zoneinfo</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>libical-devel</Name>
  29. <Summary>Development files for libical</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libical</Dependency>
  32. <Dependency>icu4c-devel</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="data">/usr/lib/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2019-09-26</Date>
  42. <Version>3.0.6</Version>
  43. <Comment>First release</Comment>
  44. <Name>Süleyman Poyraz</Name>
  45. <Email>zaryob.dev@gmail.com</Email>
  46. </Update>
  47. </History>
  48. </INARY>