Files
main/programming/misc/libical/pspec.xml
T
2015-10-06 10:08:19 +03:00

73 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libical</Name>
<Homepage>https://github.com/libical/libical</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</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="904b2c2b5c2b30f0a508f9d56eaf316dd42fc923" type="targz">https://github.com/libical/libical/releases/download/v1.0.1/libical-1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</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>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-10-06</Date>
<Version>1.0.1</Version>
<Comment>Version bump, fix date</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-06-01</Date>
<Version>1.0</Version>
<Comment>Rebuild.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-10-27</Date>
<Version>1.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-10-02</Date>
<Version>0.48</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>