ncurses: update to 6.3.
This commit is contained in:
parent
5611c48d28
commit
518c09ab12
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ncurses'
|
# Template file for 'ncurses'
|
||||||
pkgname=ncurses
|
pkgname=ncurses
|
||||||
version=6.2
|
version=6.3
|
||||||
revision=4
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
configure_args="--enable-big-core"
|
configure_args="--enable-big-core"
|
||||||
short_desc="System V Release 4.0 curses emulation library"
|
short_desc="System V Release 4.0 curses emulation library"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.gnu.org/software/ncurses/"
|
homepage="http://www.gnu.org/software/ncurses/"
|
||||||
distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz"
|
distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz"
|
||||||
checksum=30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d
|
checksum=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
|
||||||
|
|
||||||
depends="ncurses-base-${version}_${revision}"
|
depends="ncurses-base-${version}_${revision}"
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ do_configure() {
|
||||||
--without-tests --enable-pc-files \
|
--without-tests --enable-pc-files \
|
||||||
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
||||||
|
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \
|
||||||
BUILD_CFLAGS="$BUILD_CFLAGS"
|
BUILD_CFLAGS="$BUILD_CFLAGS"
|
||||||
|
|
||||||
cd ${wrksrc}/ncurses-build
|
cd ${wrksrc}/ncurses-build
|
||||||
|
@ -36,6 +37,7 @@ do_configure() {
|
||||||
--without-debug --without-ada --without-tests \
|
--without-debug --without-ada --without-tests \
|
||||||
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
|
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
||||||
|
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \
|
||||||
BUILD_CFLAGS="$BUILD_CFLAGS"
|
BUILD_CFLAGS="$BUILD_CFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue