diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/joe | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/joe')
-rw-r--r-- | meta-oe/recipes-support/joe/joe_3.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/joe/joe_3.1.bb b/meta-oe/recipes-support/joe/joe_3.1.bb new file mode 100644 index 0000000000..fb9a9fbab4 --- /dev/null +++ b/meta-oe/recipes-support/joe/joe_3.1.bb | |||
@@ -0,0 +1,15 @@ | |||
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 = "GPLv1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=da10ed7cf8038981c580e11c1d3e8fb6" | ||
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 | ||
13 | |||
14 | SRC_URI[md5sum] = "2a6ef018870fca9b7df85401994fb0e0" | ||
15 | SRC_URI[sha256sum] = "252390e4bc687957f09f334095904c8cc53b39c7b663ed47861ae1d11aef5946" | ||