summary : A simple, lightweight C library for writing XMPP clients
description: |
libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments.
-#builddeps :
setup : |
- %reconfigure
+ %configure
build : |
%make
install : |
%make_install
+
+ # build with --disable-static cause issues with the linker
+ rm $installdir/%libdir%/*.a
+check : |
+ %make check
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
<Source>
<Name>libstrophe</Name>
<Packager>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-3.0</License>
+ <License>GPL-3.0-only</License>
+ <License>MIT</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">A simple, lightweight C library for writing XMPP clients</Summary>
<Description xml:lang="en">libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments.