mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ncurses: update to 5.7.
--HG-- extra : convert_revision : 540bd1ed9bdb381915052320231bc2f3d103ba1c
This commit is contained in:
parent
a172a9f604
commit
5b8cc70d4e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'ncurses'.
|
# Template build file for 'ncurses'.
|
||||||
pkgname=ncurses
|
pkgname=ncurses
|
||||||
version=5.6
|
version=5.7
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-shared"
|
configure_args="--with-shared"
|
||||||
make_install_args="ticdir=$XBPS_DESTDIR/$pkgname-$version/usr/share/terminfo"
|
make_install_args="ticdir=$XBPS_DESTDIR/$pkgname-$version/usr/share/terminfo"
|
||||||
short_desc="A System V Release 4.0 curses emulation library"
|
short_desc="A System V Release 4.0 curses emulation library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f9cac2b31683a37d65bc37119599752198a0691e462d0d1a252cf9815f5724d5
|
checksum=0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4
|
||||||
long_desc="
|
long_desc="
|
||||||
The ncurses (new curses) library is a freeware emulation of System V Release
|
The ncurses (new curses) library is a freeware emulation of System V Release
|
||||||
4.0 curses. It uses terminfo format, supports pads and color and multiple
|
4.0 curses. It uses terminfo format, supports pads and color and multiple
|
||||||
|
|
Loading…
Add table
Reference in a new issue