libraries/haskell-terminfo: Miscellaneous cleanup.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:28:26 -05:00 committed by Robby Workman
parent 8f40c2d8f0
commit beb9923747
3 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,7 @@
haskell-terminfo (Haskell bindings to the terminfo library)
This library provides an interface to the terminfo database (via bindings
to the curses library). Terminfo allows POSIX systems to interact with a
variety of terminals using a standard set of capabilities.
This library provides an Haskell interface to the terminfo database
(via bindings to the curses library). Terminfo allows POSIX systems
to interact with a variety of terminals using a standard set of
capabilities.
This requires ghc.

View file

@ -7,10 +7,10 @@
PRGNAM=haskell-terminfo
VERSION=${VERSION:-0.3.1.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=terminfo
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
GHC_VERSION=$(ghc --numeric-version)

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="rworkman"
APPROVED="dsomero"