mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Initial .bep for nano
This commit is contained in:
17
app-editors/nano/nano-2.2.3.bep
Normal file
17
app-editors/nano/nano-2.2.3.bep
Normal file
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user