mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Update nano to 2.2.6
This commit is contained in:
20
app-editors/nano/nano-2.2.6.bep
Normal file
20
app-editors/nano/nano-2.2.6.bep
Normal 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. "
|
||||
Reference in New Issue
Block a user