ncurses: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 15:41:06 +01:00
parent 3bb480e0c1
commit 331239e6a0
1 changed files with 3 additions and 10 deletions

View File

@ -1,21 +1,13 @@
# Template build file for 'ncurses'.
pkgname=ncurses
version=5.9
revision=7
revision=8
short_desc="A System V Release 4.0 curses emulation library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/ncurses/"
license="MIT"
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
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
@ -98,7 +90,7 @@ ncurses-libs_package() {
short_desc+=" -- shared libraries"
replaces="ncursesw>=0"
pkg_install() {
vmove "usr/lib/*.so*"
vmove "usr/lib/*.so.*"
}
}
@ -110,6 +102,7 @@ ncurses-devel_package() {
vmove "usr/bin/ncurses*-config"
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/man/man3
vmove usr/share/man/man1/ncursesw6-config.1.gz
}