Gentoo Archives: gentoo-dev

From: Geert Bevin <gbevin@×××××××.be>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] everybuddy again...
Date: Mon, 28 Jan 2002 17:58:26
Message-Id: 1012262258.767.0.camel@inspiron.theleaf.office
In Reply to: [gentoo-dev] everybuddy again... by Yannick Koehler
1 post it to bugs.gentoo.org
2
3 On Tue, 2002-01-29 at 00:54, Yannick Koehler wrote:
4 > Hey this one actually has msn working I think...
5 >
6 > Beta 6
7 > ----
8 >
9
10 > # Copyright 1999-2001 Gentoo Technologies, Inc.
11 > # Distributed under the terms of the GNU General Public License, v2 or later
12 > # Author Ben Lutgens <blutgens@g.o>
13 > # /space/gentoo/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.2.1-r2.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp
14 >
15 > A=everybuddy-0.2.1beta6.tar.gz
16 > S=${WORKDIR}/everybuddy-0.2.1beta6
17 > DESCRIPTION="Universal Instant Messaging Client"
18 > SRC_URI="http://www.everybuddy.com/files/${A}"
19 > HOMEPAGE="http://www.everybuddy.com/"
20 >
21 > DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10-r4"
22 >
23 >
24 > src_compile() {
25 > local myconf
26 > if [ -z "`use arts`" ]; then
27 > myconf="--disable-arts"
28 > fi
29 >
30 > try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
31 > try make
32 >
33 > }
34 >
35 > src_install () {
36 >
37 > try make DESTDIR=${D} install
38 > dodoc AUTHORS NEWS README TODO COPYING ChangeLog
39 >
40 > }
41 > ----
42 >
43
44 > MD5 f9f020a184459a9289fbdd9b62cf0bfb everybuddy-0.2.1beta6.tar.gz 743771
45 --
46 Geert Bevin
47 the Leaf sprl/bvba
48 "Use what you need" Pierre Theunisstraat 1/47
49 http://www.theleaf.be 1030 Brussels
50 gbevin@×××××××.be Tel & Fax +32 2 241 19 98

Replies

Subject Author
Re: [gentoo-dev] everybuddy again... Yannick Koehler <yannick.koehler@××××××××.com>