| 1 | DESCRIPTION="ncursesw" |
|---|
| 2 | HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html" |
|---|
| 3 | SRC_URI="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="8cb9c412e5f2d96bc6f459aa8c6282a1" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="" |
|---|
| 8 | BUILD { |
|---|
| 9 | cd ncursesw-5.9 |
|---|
| 10 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ |
|---|
| 11 | --datadir=`finddir B_COMMON_DATA_DIRECTORY` \ |
|---|
| 12 | --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ |
|---|
| 13 | --with-libtool --enable-const --enable-symlinks \ |
|---|
| 14 | --enable-termcap --enable-getcap --disable-home-terminfo \ |
|---|
| 15 | --with-termpath=`finddir B_COMMON_ETC_DIRECTORY`/termcap \ |
|---|
| 16 | --enable-widec --enable-ext-colors --enable-ext-mouse \ |
|---|
| 17 | --enable-sigwinch --enable-sp-funcs --enable-colorfgbg |
|---|
| 18 | make |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | INSTALL { |
|---|
| 22 | cd ncursesw-5.9 |
|---|
| 23 | ./misc/shlib make install DESTDIR="${DESTDIR}" |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | LICENSE="MIT (no promotion)" |
|---|
| 27 | COPYRIGHT="1998-2011 Free Software Foundation, Inc." |
|---|