|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
# Contributor: judd <jvinet@zeroflux.org>
|
|
|
|
|
|
|
|
|
|
pkgname=ncurses
|
|
|
|
|
_pkgver=6.0-20161112
|
|
|
|
|
_pkgver=6.0-20161203
|
|
|
|
|
pkgver=${_pkgver/-/+}
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgdesc='System V Release 4.0 curses emulation library'
|
|
|
|
@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs')
|
|
|
|
|
provides=('libncurses++w.so' 'libformw.so' 'libmenuw.so' 'libpanelw.so'
|
|
|
|
|
'libncursesw.so')
|
|
|
|
|
source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
|
|
|
|
|
md5sums=('8e0c11e0753a2fe742a317a73880cfff'
|
|
|
|
|
md5sums=('b9a2496bce1823c0f871d047446a965e'
|
|
|
|
|
'SKIP')
|
|
|
|
|
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ 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
|
|
|
|
|
make
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|