summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri2011-01-09 18:30:25 +0100
committer Robby Workman2011-01-10 22:04:43 +0100
commit2c683bcb6bc1cef152ccc17ee6246e6d775673cc (patch)
treec6b54ec9a01fce5e7b9058d3c8af5c791ef6c971
parent564772e5f2e34e23fd205faf9e906abc8d1cb5f4 (diff)
downloadslackbuilds-2c683bcb6bc1cef152ccc17ee6246e6d775673cc.tar.gz
libraries/haskell-xhtml: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--libraries/haskell-xhtml/README4
-rw-r--r--libraries/haskell-xhtml/haskell-xhtml.SlackBuild7
-rw-r--r--libraries/haskell-xhtml/haskell-xhtml.info2
3 files changed, 6 insertions, 7 deletions
diff --git a/libraries/haskell-xhtml/README b/libraries/haskell-xhtml/README
index d1f1881f48..c3719d151c 100644
--- a/libraries/haskell-xhtml/README
+++ b/libraries/haskell-xhtml/README
@@ -1,7 +1,5 @@
-haskell-xhtml (An XHTML combinator library for Haskell)
-
This package provides combinators for producing XHTML 1.0, including
-the Strict, Transitional and Frameset variants.
+the Strict, Transitional and Frameset variants, in Haskell.
This requires ghc.
diff --git a/libraries/haskell-xhtml/haskell-xhtml.SlackBuild b/libraries/haskell-xhtml/haskell-xhtml.SlackBuild
index b16ed39cca..288b27183f 100644
--- a/libraries/haskell-xhtml/haskell-xhtml.SlackBuild
+++ b/libraries/haskell-xhtml/haskell-xhtml.SlackBuild
@@ -5,12 +5,13 @@
# Written by Mikko Värri (vmj@linuxbox.fi)
# Public domain.
-SRCNAM=xhtml
-PRGNAM=haskell-$SRCNAM
+PRGNAM=haskell-xhtml
VERSION=${VERSION:-3000.2.0.1}
-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-xhtml/haskell-xhtml.info b/libraries/haskell-xhtml/haskell-xhtml.info
index 71b636e5d1..10f86c2f6f 100644
--- a/libraries/haskell-xhtml/haskell-xhtml.info
+++ b/libraries/haskell-xhtml/haskell-xhtml.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"