From 407d430b27c220ab8c112698d00bb45998e0c1d6 Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Sun, 9 Jan 2011 12:03:04 -0500 Subject: libraries/haskell-editline: Miscellaneous cleanup. Signed-off-by: dsomero --- libraries/haskell-editline/README | 11 +++++------ libraries/haskell-editline/haskell-editline.SlackBuild | 7 ++++--- libraries/haskell-editline/haskell-editline.info | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libraries/haskell-editline/README b/libraries/haskell-editline/README index 3ffb39b8bb..0f36b82abc 100644 --- a/libraries/haskell-editline/README +++ b/libraries/haskell-editline/README @@ -1,9 +1,8 @@ -haskell-editline (Bindings to the editline library (libedit)) - -This package contains bindings to the BSD editline library. It provides a -basic interface to the editline API for reading lines of input from the user. -Additionally, a readline compatibility module is included which provides a -subset of the functions from the readline package. +This package contains Haskell bindings to the BSD editline library. +It provides a basic interface to the editline API for reading lines of +input from the user. Additionally, a readline compatibility module is +included which provides a subset of the functions from the readline +package. This requires libedit and ghc. diff --git a/libraries/haskell-editline/haskell-editline.SlackBuild b/libraries/haskell-editline/haskell-editline.SlackBuild index 23c4064e65..f07fc4011a 100644 --- a/libraries/haskell-editline/haskell-editline.SlackBuild +++ b/libraries/haskell-editline/haskell-editline.SlackBuild @@ -5,12 +5,13 @@ # Written by Mikko Värri (vmj@linuxbox.fi) # Public domain. -SRCNAM=editline -PRGNAM=haskell-$SRCNAM +PRGNAM=haskell-editline VERSION=${VERSION:-0.2.1.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} +SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" + GHC_VERSION=$(ghc --numeric-version) if [ -z "$ARCH" ]; then diff --git a/libraries/haskell-editline/haskell-editline.info b/libraries/haskell-editline/haskell-editline.info index a0fae610dd..efbfcf748d 100644 --- a/libraries/haskell-editline/haskell-editline.info +++ b/libraries/haskell-editline/haskell-editline.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="Erik Hanson" +APPROVED="dsomero" -- cgit v1.2.3-80-g2a13