mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
23 lines
485 B
Plaintext
23 lines
485 B
Plaintext
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=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd nano-2.2.5
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1999-2010 Free Software Foundation, Inc. "
|