Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Mon, 30 May 2005 15:40:08 +0000 (15:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Mon, 30 May 2005 15:40:08 +0000 (15:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/05/30 17:04:37+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2005/05/30 16:46:03+02:00 uni-frankfurt.de!mickeyl
nano: s/cp/install/

BKrev: 429b33d8EZhRdZvdL23w-l9LP3_cmw

packages/nano/nano_1.2.1.bb
packages/nano/nano_1.3.5.bb

index e69de29..9ff3e89 100644 (file)
@@ -0,0 +1,16 @@
+DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
+Not ANOther editor) is an enhanced clone of the \
+Pico text editor."
+LICENSE = GPL
+SECTION = "console/utils"
+DEPENDS = "ncurses"
+
+SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \
+           file://configure.patch;patch=1 \
+           file://glib.m4"
+
+inherit autotools
+
+do_configure_prepend () {
+       install -m 0644 ${WORKDIR}/glib.m4 m4/
+}
index e69de29..c82f5e2 100644 (file)
@@ -0,0 +1,16 @@
+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/v1.3/nano-${PV}.tar.gz \
+           file://glib.m4"
+
+inherit autotools
+
+do_configure_prepend () {
+       install -m 0644 ${WORKDIR}/glib.m4 m4/
+}