blob: a95593ea624c137a0a68e02e1558a46346733e26 (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "console/utils"
DESCRIPTION = "Console text editor with good functionality, good choice for vi-haters."
HOMEPAGE = "http://joe-editor.sourceforge.net/"
LICENSE ="GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"
FILE_PR = "r1"
inherit autotools
|