123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>loudmouth</Name>
- <Homepage>http://www.loudmouth-project.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Lightweight C Jabber library</Summary>
- <Description>Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP protocol. It's designed to be easy to get started with and yet extensible to let you do anything the XMPP protocol allows.</Description>
- <Archive sha1sum="a69ef9a57e0ae993340921e73ada27979850db04" type="tarbz2">https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>mit-kerberos</Dependency>
- <Dependency>gnutls-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>loudmouth</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>gnutls</Dependency>
- <Dependency>mit-kerberos</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libloudmouth*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>loudmouth-devel</Name>
- <Summary>Development files for loudmouth</Summary>
- <RuntimeDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency release="current">loudmouth</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-03-08</Date>
- <Version>1.5.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2018-09-16</Date>
- <Version>1.5.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-05-19</Date>
- <Version>1.5.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|