Gentoo Archives: gentoo-dev

From: Ben Lutgens <blutgens@×××××××.com>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] ebuild for doxygen
Date: Fri, 13 Jul 2001 07:59:24
Message-Id: 20010713085856.D761@minime.sistina.com
In Reply to: RE: [gentoo-dev] ebuild for doxygen by Sean Mitchell
1 On Fri, Jul 13, 2001 at 09:43:53AM -0400, Sean Mitchell wrote:
2 >
3 >> -----Original Message-----
4 >> From: Ben Lutgens [mailto:blutgens@×××××××.com]
5 >
6 >> K, I'll look it over. I tinkered with it yesterday but gave
7 >> up. What an ugly build tree that package is.
8 >
9 >Yeah.... I think he does that to keep MSVC and Borland and all the rest
10 >separate.
11 >
12 >I'd appreciate any comments on how to improve it. I have changed
13 >
14 > SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.2.8.1.src.tar.gz"
15
16
17 you could have saved yourself some work by doing
18 src_compile() {
19
20 local myconf
21 if [ "`use qt`" ]; then
22 myconf="--with-doxywizard"
23 fi
24
25 try ./configure --install install --prefix ${D}/usr ${myconf}
26 try make all # let cflags come from /etc/make.conf
27 }
28
29 Other than that it looks good provided you didn't want to compile the
30 docs and install them, it gets a little trickier there since the Makefile
31 blows goats.
32
33
34 >
35 >to
36 >
37 > SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
38 >
39 >but I'm sure there are other things I could do.
40 >
41 >
42 >I'm on the Doxygen mailing list, so I'll hover over this ebuild and post
43 >updates as new versions come out.
44 >
45 >
46 >Sean
47 >
48 >_______________________________________________
49 >gentoo-dev mailing list
50 >gentoo-dev@××××××××××.org
51 >http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
52
53 --
54 Ben Lutgens
55 Sistina Software Inc.
56 Kernel panic: I have no root and I want to scream