diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-10 23:54:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:57 +0700 |
commit | aaca04138c17af419cafd0f41d24a0e60e64019d (patch) | |
tree | d858ce16aeb30d0d4eb8939162c6047d56e2f478 /haskell/haskell-texmath/haskell-texmath.SlackBuild | |
parent | b36b4ca86802425eef66cc185574c61cbf917992 (diff) |
haskell/haskell-texmath: Updated for version 0.8.0.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell/haskell-texmath/haskell-texmath.SlackBuild')
-rw-r--r-- | haskell/haskell-texmath/haskell-texmath.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/haskell/haskell-texmath/haskell-texmath.SlackBuild b/haskell/haskell-texmath/haskell-texmath.SlackBuild index 8912aeb90ca8..2b8588d46949 100644 --- a/haskell/haskell-texmath/haskell-texmath.SlackBuild +++ b/haskell/haskell-texmath/haskell-texmath.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for texmath # Written by Peter Wang <novalazy@gmail.com> -# Copyright 2013 Mikko Värri, Finland +# Copyright 2015 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-texmath -VERSION=${VERSION:-0.6.1.3} +VERSION=${VERSION:-0.8.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,9 +89,6 @@ runghc Setup haddock runghc Setup copy --destdir=$PKG runghc Setup register --gen-pkg-config -# Remove test data. -rm -r $PKG/usr/share - PKGCONFD=/usr/lib${LIBDIRSUFFIX}/ghc-${GHC_VERSION}/package.conf.d PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | cut -d" " -f2 ) mkdir -p $PKG/$PKGCONFD |