diff options
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 8912aeb90c..2b8588d469 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 |