blob: b9ee2132b125cab5543b12287486bf5378da29d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/kxicq2/kxicq2-0.7.6.20020728.ebuild,v 1.3 2003/04/01 23:07:54 spider Exp $
inherit kde-base
need-kde 3
S=${WORKDIR}/kxicq2
LICENSE="GPL-2"
KEYWORDS="x86"
SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://www.kxicq.org"
DESCRIPTION="KDE ICQ Client, using the ICQ2000 protocol"
PATCHES="$FILESDIR/$P-gcc3.diff"
|