xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "ncurses IRC client"
2DESCRIPTION = "Irssi is an ncurses IRC client"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
5
6DEPENDS = "glib-2.0 ncurses openssl"
7
8SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
9SRC_URI[md5sum] = "381d3af259ad15d658be50c0a01f0c28"
10SRC_URI[sha256sum] = "a647bfefed14d2221fa77b6edac594934dc672c4a560417b1abcbbc6b88d769f"
11
12UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF += "--with-textui \
17                 --with-proxy \
18                 --with-bot \
19                 --with-perl=no \
20                 --enable-true-color"
21
22FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a"
23