Gentoo Archives: gentoo-dev

From: Sean Mitchell <SMitchell@×××××××××××××××××××.com>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] IBTK/GATOS
Date: Mon, 23 Jul 2001 09:42:42
Message-Id: 1DCB85BD45DED211B12D009027279E4F47680E@murcury
1 I'm working on an ebuild for GATOS which uses the ibtk gui library.
2
3 It looks like the only way to get the sources for GATOS & IBTK is by CVS. Is
4 there a way to use cvs as a SRC_URI? CVS doesn't seem to be a supported URI
5 from what I saw in the RFC. For now I've grabbed it myself, built tar.bz2s
6 and put them on my apache server.
7
8 The next problem I have is getting ibtk installed properly. It uses a
9 gtk-config style script called ibtk-config which seems to get built by
10 ./configure. The problem is that when I specify --prefix=${D}/usr
11 ibtk-config gets built with this temporary prefix. When GATOS tries to use
12 it it goes looking in /tmp/portage/ibtk/image/ibtk-0.0.14/usr for include
13 files and such and the compile fails.
14
15 Worse, the ibtk makefile doesn't accept an argument for make install ("make
16 install DESTDIR") so I can't do it that way. Anyone have any ideas here?
17
18 Sean
19
20 ------------------------------------------------------------------------
21 Sean Mitchell Software Engineer
22 smitchell@×××××××××××××××××××.com Phoenix Interactive Design Inc
23 tel. 519-679-2913 x237 4th Floor, 137 Dundas St
24 fax. 519 679 6773 London, ON, Canada N6A 1E9
25 ICQ# 104246806
26 ------------------------------------------------------------------------

Replies

Subject Author
Re: [gentoo-dev] IBTK/GATOS "Damon M. Conway" <damon@×××××××××××.net>
Re: [gentoo-dev] IBTK/GATOS Dan Armak <danarmak@g.o>