From 05c7c509724490ee30bdad3d314ca028d8000c92 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 15 Oct 2010 23:24:41 +0000 Subject: [PATCH] Updated nano to 2.2.5 --- app-editors/nano/nano-2.2.5.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-editors/nano/nano-2.2.5.bep diff --git a/app-editors/nano/nano-2.2.5.bep b/app-editors/nano/nano-2.2.5.bep new file mode 100644 index 000000000..70f2ba256 --- /dev/null +++ b/app-editors/nano/nano-2.2.5.bep @@ -0,0 +1,20 @@ +DESCRIPTION="GNU GPL'd Pico clone with more functionality" +HOMEPAGE="http://www.nano-editor.org/" +SRC_URI="http://www.nano-editor.org/dist/v2.2/nano-2.2.5.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="sys-libs/ncurses >= 5.6" +CHECKSUM_MD5="77a10a49589f975ce98350a4527a2ebf" +BUILD { + cd nano-2.2.5 + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd nano-2.2.5 + make install +} + +LICENSE="GNU GPL v3" +COPYRIGHT="1999-2010 Free Software Foundation, Inc. "