|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
pkgname=ncurses
|
|
|
|
|
_pkgver=6.0-20170902
|
|
|
|
|
pkgver=${_pkgver/-/+}
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgrel=2
|
|
|
|
|
pkgdesc='System V Release 4.0 curses emulation library'
|
|
|
|
|
arch=(i686 x86_64)
|
|
|
|
|
url='http://invisible-island.net/ncurses/ncurses.html'
|
|
|
|
@ -23,7 +23,8 @@ build() {
|
|
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man \
|
|
|
|
|
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
|
|
|
|
--with-shared --with-normal --without-debug --without-ada \
|
|
|
|
|
--enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
|
|
|
|
|
--enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
|
|
|
|
|
--with-termlib=tinfo --with-ticlib=tic
|
|
|
|
|
make
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|