summaryrefslogtreecommitdiffstats
path: root/abs/extra/doxygen/PKGBUILD.orig
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-16 21:03:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-16 21:03:23 (GMT)
commitb3bb818d1943b99595e7fc58e0e5fdbce3bb8010 (patch)
tree8a79fc9bcc8ac56d5c2499137176681f5db78fd9 /abs/extra/doxygen/PKGBUILD.orig
parent12a99008551cb41387c757eccf095e4cc56a6edd (diff)
downloadlinhes_pkgbuild-b3bb818d1943b99595e7fc58e0e5fdbce3bb8010.zip
linhes_pkgbuild-b3bb818d1943b99595e7fc58e0e5fdbce3bb8010.tar.gz
linhes_pkgbuild-b3bb818d1943b99595e7fc58e0e5fdbce3bb8010.tar.bz2
doxygen: update to 1.8.14
Diffstat (limited to 'abs/extra/doxygen/PKGBUILD.orig')
-rw-r--r--abs/extra/doxygen/PKGBUILD.orig24
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/extra/doxygen/PKGBUILD.orig b/abs/extra/doxygen/PKGBUILD.orig
deleted file mode 100644
index f4b09d2..0000000
--- a/abs/extra/doxygen/PKGBUILD.orig
+++ /dev/null
@@ -1,24 +0,0 @@
-# $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')