mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
20 lines
467 B
Plaintext
20 lines
467 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=/boot/common --with-libtool
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd ncurses-5.7
|
|
./misc/shlib make install DESTDIR="${DESTDIR}"
|
|
}
|
|
LICENSE="MIT"
|
|
COPYRIGHT="1998-2008 Free Software Foundation, Inc."
|