blob: 10b04bb5246207d16a86ad291dc115c96dc6aa8b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "ncurses IRC client"
2DESCRIPTION = "Irssi is an ncurses IRC client"
3LICENSE = "GPLv2"
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] = "46d4ac2a7ab472e5dc800e5d7bd9a879"
10SRC_URI[sha256sum] = "b85c07dbafe178213eccdc69f5f8f0ac024dea01c67244668f91ec1c06b986ca"
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF += "--with-textui \
15 --with-proxy \
16 --with-bot \
17 --with-perl=no \
18 --enable-true-color"