summaryrefslogtreecommitdiffstats
path: root/graphics/dblatex/dblatex.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dblatex/dblatex.SlackBuild')
-rw-r--r--graphics/dblatex/dblatex.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/dblatex/dblatex.SlackBuild b/graphics/dblatex/dblatex.SlackBuild
index ce677f4415..1627eefa46 100644
--- a/graphics/dblatex/dblatex.SlackBuild
+++ b/graphics/dblatex/dblatex.SlackBuild
@@ -5,8 +5,8 @@
# Written by Vincent Batts, vbatts@hashbangbash.com
PRGNAM=dblatex
-VERSION=${VERSION:-0.3.4}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-0.3.10}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -54,6 +54,10 @@ find -L . \
# Fix build
patch -p0 -i $CWD/dblatex-0.3.4-build-fix.patch
+# latex in slackware 14.2 doesn't have this package
+unzip "$CWD/bookmark.tds.zip"
+cp -pav "./tex/latex/bookmark/" "./latex/"
+
python setup.py build
python setup.py install --root=$PKG