diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/irssi/irssi_1.0.4.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/irssi/irssi_1.0.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.0.4.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.0.4.bb new file mode 100644 index 0000000000..10b04bb524 --- /dev/null +++ b/meta-oe/recipes-connectivity/irssi/irssi_1.0.4.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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" | ||
