Gentoo Archives: gentoo-dev

From: Mikael Hallendal <micke@×××××××××××.se>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] gcdmaster ebuild
Date: Wed, 08 Aug 2001 06:10:47
Message-Id: 87wv4e21pr.fsf@codefactory.se
In Reply to: Re: Re: [gentoo-dev] gcdmaster ebuild by Peter Kadau
1 "Peter Kadau" <peter.kadau@×××.de> writes:
2
3 > hi !
4 >
5 > > I've moved this to app-cdr, did some small changes i.e.
6 >
7 > imho, that should go into gnome-apps
8
9 Hmm, perhaps true, I take it it's has to be built against gnome?
10 As I've said before, I'm not sure I like the gnome-apps directory
11 since programs that go in there will be unsorted.
12
13 > > remove COPT from configure-line make MAKE="make ${MAKEOPTS}" ->
14 > >emake
15 >
16 > aha ! does ebuild take care of everything ?
17
18 COPT was something that pccts seem to use, most other packages uses
19 CFLAGS. Since CFLAGS is set they get included in the Makefile by when
20 you run the configure-script.
21
22 emake is a convinience script that does:
23
24 #!/bin/bash
25 # auto-parallel make without the annoying syntax
26 exec make ${MAKEOPTS} MAKE="make ${MAKEOPTS}" "$@"
27
28 Regards,
29 Mikael Hallendal
30
31 > > changed the header to match the other ebuilds and added a
32 > >$Header$-tag.
33 >
34 > err, just forgot that...
35 >
36 > > Regards, Mikael Hallendal
37 > >
38 >
39 > thanks and ciao peter
40 >
41 >
42 > -----------------------------------------------------------------
43 > peter kadau email: peter.kadau@×××.de open source is no religion - it
44 > just produces the most reliable software
45 > -----------------------------------------------------------------
46 > _______________________________________________________________________
47 > 1.000.000 DM gewinnen - kostenlos tippen -
48 > http://millionenklick.web.de IhrName@×××.de, 8MB Speicher,
49 > Verschluesselung - http://freemail.web.de
50 >
51 >
52 >
53 > _______________________________________________ gentoo-dev mailing
54 > list gentoo-dev@××××××××××.org
55 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
56
57 --
58 Mikael Hallendal                micke@×××××××××××.se
59 CodeFactory AB                  http://www.codefactory.se/
60 Office: +46 (0)8 587 583 05     Cell: +46 (0)709 718 918

Replies

Subject Author
Re: [gentoo-dev] gcdmaster ebuild Hendrik Visage <hvisage@×××××××××××.za>