Added ncurses-5.7.bep file

This commit is contained in:
Scott McCreary
2009-10-21 04:50:02 +00:00
parent 7ecc2547c8
commit 5e43df3ec7

View File

@@ -0,0 +1,16 @@
DESCRIPTION="ncurses"
HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
SRC_URI="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ncurses-5.7
./configure --prefix=/boot/common
make
}
INSTALL {
cd ncurses-5.7
make install
}