ncurses: remove long_desc.
This commit is contained in:
parent
3bb480e0c1
commit
331239e6a0
1 changed files with 3 additions and 10 deletions
|
@ -1,21 +1,13 @@
|
||||||
# Template build file for 'ncurses'.
|
# Template build file for 'ncurses'.
|
||||||
pkgname=ncurses
|
pkgname=ncurses
|
||||||
version=5.9
|
version=5.9
|
||||||
revision=7
|
revision=8
|
||||||
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>"
|
||||||
homepage="http://www.gnu.org/software/ncurses/"
|
homepage="http://www.gnu.org/software/ncurses/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
|
||||||
checksum=9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b
|
checksum=9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b
|
||||||
long_desc="
|
|
||||||
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
|
|
||||||
highlights and forms characters and function-key mapping, and has all the
|
|
||||||
other SYSV-curses enhancements over BSD curses. The distribution includes
|
|
||||||
the library and support utilities, including a terminfo compiler tic, a
|
|
||||||
ecompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo.
|
|
||||||
Full manual pages are provided for the library and tools."
|
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
||||||
|
@ -98,7 +90,7 @@ ncurses-libs_package() {
|
||||||
short_desc+=" -- shared libraries"
|
short_desc+=" -- shared libraries"
|
||||||
replaces="ncursesw>=0"
|
replaces="ncursesw>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -110,6 +102,7 @@ ncurses-devel_package() {
|
||||||
vmove "usr/bin/ncurses*-config"
|
vmove "usr/bin/ncurses*-config"
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/man/man1/ncursesw6-config.1.gz
|
vmove usr/share/man/man1/ncursesw6-config.1.gz
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue