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
+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/
+}
+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/
+}