diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-24 21:08:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-24 21:08:53 -0700 |
commit | ddc8e9752d9802f107a0e6a013d5b5918b78e6b6 (patch) | |
tree | 82fa8b3bef719d4eb687ae1b4386d664b1f43f21 /recipes/nano/nano_2.0.9.bb | |
parent | 224b698257abfe37ece3190ba7f9cace3cbe0ea9 (diff) | |
parent | 571084dd3f9874b27d918b077cd3e2b694df78e0 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/nano/nano_2.0.9.bb')
-rw-r--r-- | recipes/nano/nano_2.0.9.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/nano/nano_2.0.9.bb b/recipes/nano/nano_2.0.9.bb new file mode 100644 index 0000000000..0951466b82 --- /dev/null +++ b/recipes/nano/nano_2.0.9.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ +Not ANOther editor) is an enhanced clone of the \ +Pico text editor." +HOMEPAGE = "http://www.nano-editor.org/" +LICENSE = "GPLv2" +SECTION = "console/utils" +DEPENDS = "ncurses" + +SRC_URI = "http://www.nano-editor.org/dist/v2.0/nano-${PV}.tar.gz \ + file://glib.m4" + +inherit autotools + +# only 16K more to get everything but the kitchen sink +EXTRA_OECONF = "--enable-all" + +do_configure_prepend () { + install -m 0644 ${WORKDIR}/glib.m4 m4/ +} |