Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | SECTION = "console/utils" |
| 2 | SUMMARY = "Console text editor with good functionality, good choice for vi-haters" |
| 3 | HOMEPAGE = "http://joe-editor.sourceforge.net/" |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | |
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz" |
| 8 | |
| 9 | PACKAGECONFIG ??= "curses" |
| 10 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo" |
| 11 | |
| 12 | inherit autotools-brokensep |
| 13 | |
| 14 | SRC_URI[md5sum] = "9017484e6116830d846678b625ea5c43" |
| 15 | SRC_URI[sha256sum] = "495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de" |