Update nano to 2.2.6

This commit is contained in:
Scott McCreary
2011-02-07 23:26:28 +00:00
parent ddee99da70
commit d93a21bb1e

View File

@@ -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.6.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/ncurses >= 5.6"
CHECKSUM_MD5="03233ae480689a008eb98feb1b599807"
BUILD {
cd nano-2.2.6
./configure --prefix=/boot/common
make
}
INSTALL {
cd nano-2.2.6
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1999-2010 Free Software Foundation, Inc. "