summaryrefslogtreecommitdiff
blob: 60e179c42ec255bfab8c614ab6922b68736f5d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99-r1.ebuild,v 1.7 2003/08/13 23:36:31 weeve Exp $

inherit gnome2 

S=${WORKDIR}/${P}
DESCRIPTION="Gnome ICQ Client"
SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.bz2"
HOMEPAGE="http://gnomeicu.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc ~alpha amd64" 

DEPEND=">=x11-libs/gtk+-2.0.5
	>=dev-libs/libxml2-2.4.23
	>=gnome-base/libgnome-2.0.0
	>=gnome-base/libgnomeui-2.0.0
	>=sys-libs/gdbm-1.8.0
	>=gnome-base/libglade-2.0.0	
	<net-libs/gnet-2
	>=app-text/scrollkeeper-0.3.5
	>=dev-util/pkgconfig-0.12.0
	>=dev-util/intltool-0.22
	>=gnome-base/gconf-2.0
	sys-devel/gettext"
# the dependency on gnome-panel was wrong in configure.in

src_unpack () {
	unpack ${A}
	gnome2_omf_fix ${S}/doc/C/Makefile.in ${S}/doc/omf.make
}

DOCS="AUTHORS COPYING CREDITS ChangeLog README ABOUT-NLS"