Files
haikuports/sys-libs/ncurses/ncurses-5.7.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

22 lines
487 B
Plaintext

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"
CHECKSUM_MD5="cce05daf61a64501ef6cd8da1f727ec6"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ncurses-5.7
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-libtool
make
}
INSTALL()
{
cd ncurses-5.7
./misc/shlib make install DESTDIR="${DESTDIR}"
}
LICENSE="MIT"
COPYRIGHT="1998-2008 Free Software Foundation, Inc."