diff options
Diffstat (limited to 'meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb new file mode 100644 index 0000000000..67d8cc87ce --- /dev/null +++ b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "GNT: The GLib Ncurses Toolkit" | ||
| 2 | |||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9a1abacd0166f595a9fbe6afb1f0d5e" | ||
| 6 | DEPENDS = "glib-2.0 ncurses libxml2 glib-2.0-native" | ||
| 7 | |||
| 8 | inherit meson | ||
| 9 | |||
| 10 | # SRCREV = "0a44b1d01c41" | ||
| 11 | # SRC_URI = "hg://keep.imfreedom.org/${BPN};module=${BPN} | ||
| 12 | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pidgin/${BPN}/${PV}/${BP}.tar.xz \ | ||
| 14 | file://0001-meson-import-changes-from-3.0.-version.patch \ | ||
| 15 | " | ||
| 16 | SRC_URI[sha256sum] = "5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1eb4bd8" | ||
| 17 | |||
| 18 | EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false" | ||
| 19 | |||
| 20 | FILES_${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so" | ||
