From 695b2e1099708300bf19a2a182acdecd5bde0f98 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 19 Jan 2011 00:14:27 +0100 Subject: [PATCH] doxygen: update to 1.7.3. --- srcpkgs/doxygen/template | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/srcpkgs/doxygen/template b/srcpkgs/doxygen/template index 77a44f7652a..3146a495eac 100644 --- a/srcpkgs/doxygen/template +++ b/srcpkgs/doxygen/template @@ -1,16 +1,11 @@ # Template file for 'doxygen' pkgname=doxygen -version=1.7.2 +version=1.7.3 distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz" -build_style=configure -configure_script="env QTDIR=/usr ./configure" -configure_args="--prefix /usr --with-doxywizard --with-doxyapp" -make_install_target=" -INSTALL=$XBPS_DESTDIR/$pkgname-$version/usr -MAN1DIR=share/man/man1 install" +build_style=custom-install short_desc="Source code documentation generator tool" maintainer="Juan RP " -checksum=1f6de57f7fe9acc65dc86bbdade21fc84bd013b66daeebc497e16e3a54ad91a1 +checksum=c7857d246f75ea287328023a6af71dec8f45a765932a86fcfcc951920a647766 long_desc=" Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some @@ -24,7 +19,16 @@ Add_dependency build perl Add_dependency build flex Add_dependency build qt-devel -pre_build() +do_build() { export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++ + + env QTDIR=/usr ./configure \ + --prefix /usr --with-doxywizard --with-doxyapp + make ${makejobs} +} + +do_install() +{ + make INSTALL=${DESTDIR}/usr MAN1DIR=share/man/man1 install }