mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
Adding UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
23 lines
752 B
BlitzBasic
23 lines
752 B
BlitzBasic
SUMMARY = "ncurses IRC client"
|
|
DESCRIPTION = "Irssi is an ncurses IRC client"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
|
|
|
|
DEPENDS = "glib-2.0 ncurses openssl"
|
|
|
|
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
|
|
SRC_URI[sha256sum] = "72a951cb0ad622785a8962801f005a3a412736c7e7e3ce152f176287c52fe062"
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
|
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF += "--with-textui \
|
|
--with-proxy \
|
|
--with-bot \
|
|
--with-perl=no \
|
|
--enable-true-color"
|
|
|
|
FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a"
|