Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "ncurses IRC client" |
| 2 | DESCRIPTION = "Irssi is an ncurses IRC client" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8" |
| 5 | |
| 6 | DEPENDS = "glib-2.0 ncurses openssl" |
| 7 | |
| 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" |
| 9 | SRC_URI[md5sum] = "46d4ac2a7ab472e5dc800e5d7bd9a879" |
| 10 | SRC_URI[sha256sum] = "b85c07dbafe178213eccdc69f5f8f0ac024dea01c67244668f91ec1c06b986ca" |
| 11 | |
| 12 | inherit autotools pkgconfig |
| 13 | |
| 14 | EXTRA_OECONF += "--with-textui \ |
| 15 | --with-proxy \ |
| 16 | --with-bot \ |
| 17 | --with-perl=no \ |
| 18 | --enable-true-color" |