summaryrefslogtreecommitdiffstats
path: root/abs/extra/doxygen/PKGBUILD.orig
blob: f4b09d2b1d7271aeb550f748956dbd85178c86ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 14308 2008-10-05 15:59:28Z 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' 'qt3')
optdepends=('graphviz: for caller/callee graph generation'
            'qt3: for doxywizard')
source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)

build() {
  . /etc/profile.d/qt3.sh
  cd ${startdir}/src/${pkgname}-${pkgver}
  ./configure --prefix /usr --with-doxywizard
  make || return 1
  make INSTALL=${startdir}/pkg/usr MAN1DIR=share/man/man1 install
}
md5sums=('13e76e10fb55581a16ee04de35c264f0')