6.0+20170902-2: enable libtic and libtinfo

ledoian
Bartłomiej Piotrowski 7 years ago
parent 2a397c042b
commit c8fe412933

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

Loading…
Cancel
Save