doxygen: update to 1.7.6.1.

This commit is contained in:
Juan RP 2012-01-22 11:32:23 +01:00
parent f4d53426a0
commit 35e838bd53

View file

@ -1,35 +1,33 @@
# Template file for 'doxygen' # Template file for 'doxygen'
pkgname=doxygen pkgname=doxygen
version=1.7.6 version=1.7.6.1
distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz" distfiles="http://ftp.stack.nl/pub/users/dimitri/$pkgname-$version.src.tar.gz"
short_desc="Source code documentation generator tool" short_desc="Source code documentation generator tool"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.doxygen.org/" homepage="http://www.doxygen.org/"
license="GPL-2" license="GPL-2"
checksum=55b78367fc11c8303d9c01833c93caaf37b726da8dd256d284be958500a3ba41 checksum=0e60e794fb172d3fa4a9a9535f0b8e0eeb04e8366153f6b417569af0bcd61fcd
long_desc=" long_desc="
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some
extent D." extent D."
subpackages="$pkgname-gui" subpackages="$pkgname-gui"
Add_dependency build coreutils
Add_dependency build perl Add_dependency build perl
Add_dependency build flex Add_dependency build flex
Add_dependency build qt-devel Add_dependency build qt-devel
do_configure() do_configure() {
{
export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++ export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
env QTDIR=/usr ./configure \ env QTDIR=/usr ./configure \
--prefix /usr --with-doxywizard --with-doxyapp --prefix /usr --with-doxywizard --with-doxyapp
} }
do_build() do_build() {
{
make ${makejobs} make ${makejobs}
} }
do_install() do_install() {
{
make INSTALL=${DESTDIR}/usr MAN1DIR=share/man/man1 install make INSTALL=${DESTDIR}/usr MAN1DIR=share/man/man1 install
} }