diff options
Diffstat (limited to 'office')
-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" |