diff options
Diffstat (limited to 'nano')
-rw-r--r-- | nano/nano-1.2.1.oe | 8 | ||||
-rw-r--r-- | nano/nano-1.2.1/configure.patch | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nano/nano-1.2.1.oe b/nano/nano-1.2.1.oe index e69de29bb2..4101150c0b 100644 --- a/nano/nano-1.2.1.oe +++ b/nano/nano-1.2.1.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools diff --git a/nano/nano-1.2.1/configure.patch b/nano/nano-1.2.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nano/nano-1.2.1/configure.patch |