diff options
| author | Denis Bodor <lefinnois@lefinnois.net> | 2014-03-12 11:04:17 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 13:13:08 +0100 |
| commit | 1acff22d5e34a91ed6e2f87312962160612fbd3d (patch) | |
| tree | c3e15021dc04c8638c6098e2d252369219531634 /package/libstrophe/Config.in | |
| parent | b1069239cf2098fbdce7046627e1dc53a07acbc3 (diff) | |
| download | buildroot-1acff22d5e34a91ed6e2f87312962160612fbd3d.tar.gz buildroot-1acff22d5e34a91ed6e2f87312962160612fbd3d.zip | |
libstrophe: new package
[Thomas: allow compilation with either expat or libxml2, reword the
license description to indicate that it's MIT *or* GPLv3. ]
Signed-off-by: Denis Bodor <lefinnois@lefinnois.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libstrophe/Config.in')
| -rw-r--r-- | package/libstrophe/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libstrophe/Config.in b/package/libstrophe/Config.in new file mode 100644 index 0000000000..d4e6a7d2e2 --- /dev/null +++ b/package/libstrophe/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBSTROPHE + bool "libstrophe" + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT + help + libstrophe is a lightweight XMPP client library written in C. + It has minimal dependencies and is configurable for various + environments. It runs well on both Linux, Unix, and Windows + based platforms. + + https://github.com/strophe/libstrophe |

