diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2012-12-12 18:52:10 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-14 17:31:29 +0100 |
commit | 1aed726bb765d7b1a789885532e906f103c567a7 (patch) | |
tree | 2fe6c7ccf8c3b10ae501fd8fef117dcfaab6b5ac /office/hevea/hevea.SlackBuild | |
parent | 3282d5fe01b6ed902d7b3f05c4032bb4a01119d1 (diff) |
office/hevea: Updated for version 2.00.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/hevea/hevea.SlackBuild')
-rw-r--r-- | office/hevea/hevea.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/office/hevea/hevea.SlackBuild b/office/hevea/hevea.SlackBuild index 4c30fbba464d..3d127a4b7ee3 100644 --- a/office/hevea/hevea.SlackBuild +++ b/office/hevea/hevea.SlackBuild @@ -5,7 +5,7 @@ # Written by Dario Nicodemi dario.sbo@gmail.com PRGNAM=hevea -VERSION=${VERSION:-1.10} +VERSION=${VERSION:-2.00} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,12 +57,11 @@ find . \ sed -i -e "\ s|^PREFIX=.*|PREFIX=/usr|; \ s|^LIBDIR=.*|LIBDIR=\$(PREFIX)/lib${LIBDIRSUFFIX}/hevea|; \ - s|^LATEXLIBDIR=.*|LATEXLIBDIR=/usr/share/texmf/tex/latex/hevea|; \ - s|^DESTDIR=.*|DESTDIR=$PKG|" \ + s|^LATEXLIBDIR=.*|LATEXLIBDIR=/usr/share/texmf/tex/latex/hevea|" \ Makefile make -make install +DESTDIR=$PKG make install find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |