Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -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] = "8547f89e014e23e1bbbb665bcf7e2f70" |
| 10 | SRC_URI[sha256sum] = "6727060c918568ba2ff4295ad736128dba0b995d7b20491bca11f593bd857578" |
| 11 | |
| 12 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | EXTRA_OECONF += "--with-textui \ |
| 17 | --with-proxy \ |
| 18 | --with-bot \ |
| 19 | --with-perl=no \ |
| 20 | --enable-true-color" |
Andrew Geissler | eafcbb8 | 2020-06-05 17:59:17 -0500 | [diff] [blame] | 21 | |
| 22 | FILES_${PN}-staticdev += "${libdir}/${BPN}/modules/*.a" |