I had a chat with Paul about it the other day and we thought recipes-connectivity/ would probably suit the best.
Thanks, Krzysztof Sywula -----Original Message----- From: Koen Kooi [mailto:[email protected]] Sent: Tuesday, January 07, 2014 3:03 PM To: [email protected] Cc: Sywula, Krzysztof M; Koen Kooi Subject: [PATCHv3] irssi: add 0.8.16-rc1 From: Krzysztof Sywula <[email protected]> irssi is a text mode IRC client. Signed-off-by: Krzysztof Sywula <[email protected]> Signed-off-by: Koen Kooi <[email protected]> --- * Fixed PV * Added SSL support I'm open for suggestions where to put it, meta-networking might not be the best place - koen .../recipes-protocols/irssi/irssi_0.8.16-rc1.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-networking/recipes-protocols/irssi/irssi_0.8.16-rc1.bb diff --git a/meta-networking/recipes-protocols/irssi/irssi_0.8.16-rc1.bb b/meta-networking/recipes-protocols/irssi/irssi_0.8.16-rc1.bb new file mode 100644 index 0000000..bd3ad85 --- /dev/null +++ b/meta-networking/recipes-protocols/irssi/irssi_0.8.16-rc1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Irssi is ncurses IRC client" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8" + +DEPENDS = "glib-2.0 ncurses openssl" + +REALPV = "0.8.16-rc1" +PV = "0.8.15+${REALPV}" + +SRC_URI = "http://irssi.org/files/irssi-${REALPV}.tar.gz" + +SRC_URI[md5sum] = "769fec4df8e633c583c411ccd2cd563a" +SRC_URI[sha256sum] = "bb6c0125db30b697f80837941c17372b7484c64d57a6920b8bfa7ee3def92de3" + +S = "${WORKDIR}/irssi-${REALPV}" + +inherit autotools + +EXTRA_OECONF = "--enable-ssl" + -- 1.8.4.2 ------------------------------------------------------------- Intel Ireland Limited (Branch) Collinstown Industrial Park, Leixlip, County Kildare, Ireland Registered Number: E902934 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
