summaryrefslogtreecommitdiff
path: root/extra/doxygen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/doxygen/PKGBUILD')
-rw-r--r--extra/doxygen/PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD
index b53f51f89..8fa7fdeae 100644
--- a/extra/doxygen/PKGBUILD
+++ b/extra/doxygen/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=('doxygen' 'doxygen-docs')
pkgver=1.8.3.1
pkgrel=1
license=('GPL')
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.doxygen.org/"
makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript'
'texlive-latexextra' 'graphviz')
@@ -34,5 +34,13 @@ package_doxygen-docs() {
pkgdesc="Developer documentation for doxygen"
cd "${srcdir}/${pkgbase}-${pkgver}"
+
+ # Needs fonts removed from our TeXLive.
+ sed -i -e 's;$(MAKE) -C latex;:;' \
+ -e 's;$(INSTTOOL) -m 644 latex/doxygen_manual.pdf $(DESTDIR)/$(DOCDIR);:;' \
+ Makefile
+
make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
}
+md5sums=('54245ba38a30f50fd7ae6e62fc05de15')
+sha1sums=('e74240f445e08b782fa7a3de5f0b333901307587')