From 331239e6a0d951b0f8318d5ae17d30cb7f05896c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 15:41:06 +0100 Subject: [PATCH] ncurses: remove long_desc. --- srcpkgs/ncurses/template | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/srcpkgs/ncurses/template b/srcpkgs/ncurses/template index 7d2ecb22472..9806536d62f 100644 --- a/srcpkgs/ncurses/template +++ b/srcpkgs/ncurses/template @@ -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 " 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 }