diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-10 23:37:29 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-10 23:37:29 +0000 |
commit | 89af4d6e1d9ee84cf6fc276a77c2eb755f957668 (patch) | |
tree | e053e6c9566a7f8e261e28e87018c1372c94a458 /packages/nano/nano_2.0.7.bb | |
parent | d0519d4132b3c49a2ab877f335900db8e0ae00d2 (diff) |
nano 2.0.6 update to 2.0.7, enable more features (adds only 16K), remove 1.2.1. closes #1101
Diffstat (limited to 'packages/nano/nano_2.0.7.bb')
-rw-r--r-- | packages/nano/nano_2.0.7.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/nano/nano_2.0.7.bb b/packages/nano/nano_2.0.7.bb new file mode 100644 index 0000000000..0951466b82 --- /dev/null +++ b/packages/nano/nano_2.0.7.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/ +} |