From 8c891160304c79786fb96f2f06c82d0c8c00fc3e Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 4 Mar 2010 05:59:46 +0000 Subject: [PATCH] Initial .bep for nano --- app-editors/nano/nano-2.2.3.bep | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-editors/nano/nano-2.2.3.bep diff --git a/app-editors/nano/nano-2.2.3.bep b/app-editors/nano/nano-2.2.3.bep new file mode 100644 index 000000000..9371d4d98 --- /dev/null +++ b/app-editors/nano/nano-2.2.3.bep @@ -0,0 +1,17 @@ +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.3.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="ncurses" +CHECKSUM_MD5="91918a484f54f94fedaebe00dc393a50" +BUILD { + cd nano-2.2.3 + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd nano-2.2.3 + make install +}