summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2011-01-09 18:28:26 +0100
committer Robby Workman2011-01-10 22:04:43 +0100
commitbeb99237478bfdb088525a74588de7d0e680c424 (patch)
tree5d8777c15a218e33f790e584c4d50c9a2065be91 /libraries
parent8f40c2d8f0673158cbfdc70fae5bb51b8c6ef0f6 (diff)
downloadslackbuilds-beb99237478bfdb088525a74588de7d0e680c424.tar.gz
libraries/haskell-terminfo: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/haskell-terminfo/README9
-rw-r--r--libraries/haskell-terminfo/haskell-terminfo.SlackBuild4
-rw-r--r--libraries/haskell-terminfo/haskell-terminfo.info2
3 files changed, 7 insertions, 8 deletions
diff --git a/libraries/haskell-terminfo/README b/libraries/haskell-terminfo/README
index 3fa9f8f4de..c06fe50398 100644
--- a/libraries/haskell-terminfo/README
+++ b/libraries/haskell-terminfo/README
@@ -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.
diff --git a/libraries/haskell-terminfo/haskell-terminfo.SlackBuild b/libraries/haskell-terminfo/haskell-terminfo.SlackBuild
index 5cbe567049..e30133bffe 100644
--- a/libraries/haskell-terminfo/haskell-terminfo.SlackBuild
+++ b/libraries/haskell-terminfo/haskell-terminfo.SlackBuild
@@ -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)
diff --git a/libraries/haskell-terminfo/haskell-terminfo.info b/libraries/haskell-terminfo/haskell-terminfo.info
index 7c912534ab..3a107b1f8c 100644
--- a/libraries/haskell-terminfo/haskell-terminfo.info
+++ b/libraries/haskell-terminfo/haskell-terminfo.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="rworkman"
+APPROVED="dsomero"