Updated nano to 2.2.5

This commit is contained in:
Scott McCreary
2010-10-15 23:24:41 +00:00
parent ac024c0d18
commit 05c7c50972

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.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. "