Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." |
| 2 | HOMEPAGE = "http://www.loudmouth-project.org/" |
| 3 | |
| 4 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 6 | |
| 7 | DEPENDS = "glib-2.0 libcheck openssl libidn" |
| 8 | |
| 9 | GNOMEBASEBUILDCLASS = "autotools" |
| 10 | |
| 11 | inherit gnomebase gtk-doc |
| 12 | |
| 13 | SRC_URI = "https://github.com/mcabber/${BPN}/releases/download/${PV}/${BP}.tar.bz2" |
| 14 | SRC_URI[sha256sum] = "31cbc91c1fddcc5346b3373b8fb45594e9ea9cc7fe36d0595e8912c47ad94d0d" |
| 15 | |
| 16 | EXTRA_OECONF = "--with-ssl=openssl --with-compile-warnings=no" |