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 | |
parent | 3282d5fe01b6ed902d7b3f05c4032bb4a01119d1 (diff) | |
download | slackbuilds-1aed726bb765d7b1a789885532e906f103c567a7.tar.gz |
office/hevea: Updated for version 2.00.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/hevea')
-rw-r--r-- | office/hevea/hevea.SlackBuild | 7 | ||||
-rw-r--r-- | office/hevea/hevea.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/office/hevea/hevea.SlackBuild b/office/hevea/hevea.SlackBuild index 4c30fbba46..3d127a4b7e 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 diff --git a/office/hevea/hevea.info b/office/hevea/hevea.info index 8f6284127c..d915cf8714 100644 --- a/office/hevea/hevea.info +++ b/office/hevea/hevea.info @@ -1,8 +1,8 @@ PRGNAM="hevea" -VERSION="1.10" +VERSION="2.00" HOMEPAGE="http://hevea.inria.fr/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/hevea-1.10.tar.gz" -MD5SUM="24a631570bee3cc4b8350e9db39be62b" +DOWNLOAD="http://hevea.inria.fr/distri/hevea-2.00.tar.gz" +MD5SUM="5cf0070c7cf5c7c020a657c513eaa0b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml" |