blob: 22f0fb2a0a9ae67d7159ae767349addc31e5a0bb [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
2Not ANOther editor) is an enhanced clone of the \
3Pico text editor."
4HOMEPAGE = "http://www.nano-editor.org/"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005LICENSE = "GPLv3"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
7SECTION = "console/utils"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008DEPENDS = "ncurses file"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009RDEPENDS_${PN} = "ncurses-terminfo"
10
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011PV_MAJOR = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015inherit autotools gettext pkgconfig
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016
Brad Bishop6e60e8b2018-02-01 10:27:11 -050017PACKAGECONFIG[tiny] = "--enable-tiny,"