mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/haskell-terminfo: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8f40c2d8f0
commit
beb9923747
3 changed files with 7 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue