Files
main/programming/misc/libical/pspec.xml
T
2016-06-09 00:08:04 +03:00

59 lines
2.2 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="2">
<Date>2016-06-09</Date>
<Version>1.0.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-10-06</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>