12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libical</Name>
- <Homepage>https://github.com/libical/libical</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>MPL-1.1</License>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <Summary>An open source reference implementation of the icalendar data type and serialization format</Summary>
- <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>
- <Archive sha1sum="bbcb0d60f396b247b952c22e9c1d9e41fc4c4d6e" type="targz">https://github.com/libical/libical/releases/download/v3.0.6/libical-3.0.6.tar.gz</Archive>
- <BuildDependencies>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libical</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/libical/zoneinfo</Path>
- </Files>
- </Package>
- <Package>
- <Name>libical-devel</Name>
- <Summary>Development files for libical</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libical</Dependency>
- <Dependency>icu4c-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-09-26</Date>
- <Version>3.0.6</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|