ncurses: update to 6.4.
This commit is contained in:
parent
4ea8d5b5b9
commit
1ca02c89a9
@ -1,15 +1,16 @@
|
||||
# Template file for 'ncurses'
|
||||
pkgname=ncurses
|
||||
version=6.3
|
||||
revision=3
|
||||
version=6.4
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
configure_args="--enable-big-core"
|
||||
short_desc="System V Release 4.0 curses emulation library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://www.gnu.org/software/ncurses/"
|
||||
distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz"
|
||||
checksum=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
|
||||
homepage="https://invisible-island.net/ncurses/"
|
||||
changelog="https://invisible-island.net/ncurses/announce.html"
|
||||
distfiles="https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz"
|
||||
checksum=6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159
|
||||
|
||||
depends="ncurses-base-${version}_${revision}"
|
||||
|
||||
@ -24,7 +25,7 @@ do_configure() {
|
||||
../configure ${configure_args} \
|
||||
--enable-widec --with-shared --without-debug \
|
||||
--with-manpage-symlinks --with-manpage-format=normal \
|
||||
--without-ada --enable-ext-colors \
|
||||
--without-ada --enable-ext-colors --with-xterm-kbs=del \
|
||||
--without-tests --enable-pc-files \
|
||||
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
||||
@ -34,7 +35,7 @@ do_configure() {
|
||||
cd ${wrksrc}/ncurses-build
|
||||
# non-widec build
|
||||
../configure ${configure_args} --with-shared \
|
||||
--without-debug --without-ada --without-tests \
|
||||
--without-debug --without-ada --without-tests --with-xterm-kbs=del \
|
||||
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
||||
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \
|
||||
|
Loading…
Reference in New Issue
Block a user