summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/doxygen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/doxygen/PKGBUILD')
-rw-r--r--abs/extra-testing/doxygen/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/extra-testing/doxygen/PKGBUILD b/abs/extra-testing/doxygen/PKGBUILD
deleted file mode 100644
index 272c267..0000000
--- a/abs/extra-testing/doxygen/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 84267 2010-06-28 05:13:23Z dan $
-# Maintainer: Dan McGee <dan@archlinux.org>
-pkgname=doxygen
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/"
-depends=('gcc-libs')
-# qt required to build and run doxywizard, but don't want to drag it in
-makedepends=('flex' 'qt')
-optdepends=('graphviz: for caller/callee graph generation'
- 'qt: for doxywizard')
-source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-
-build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- QTDIR=/usr ./configure --prefix /usr --with-doxywizard
- make || return 1
- make INSTALL=${startdir}/pkg/usr MAN1DIR=share/man/man1 install
-}
-
-md5sums=('13e76e10fb55581a16ee04de35c264f0')
-