graphics/dblatex: Fix missing bookmark package.
This commit is contained in:
parent
e4819922d3
commit
c44629d00f
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=dblatex
|
||||
VERSION=${VERSION:-0.3.10}
|
||||
BUILD=${BUILD:-1}
|
||||
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
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dblatex"
|
||||
VERSION="0.3.10"
|
||||
HOMEPAGE="http://dblatex.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dblatex/dblatex-0.3.10.tar.bz2"
|
||||
MD5SUM="437513c07101cefe5be3cbe83f313878"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dblatex/dblatex-0.3.10.tar.bz2 http://mirrors.ctan.org/install/macros/latex/contrib/bookmark.tds.zip"
|
||||
MD5SUM="437513c07101cefe5be3cbe83f313878 21b68ae32b577f4aa6327122de4d93be"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue