summaryrefslogtreecommitdiff
blob: 1fba1b192bdea16f1910f5964392e02cfc1f1262 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libicq2000/libicq2000-0.3.2.ebuild,v 1.9 2010/10/28 14:39:53 ssuominen Exp $

EAPI=2
inherit base

DESCRIPTION="ICQ 200x compatible ICQ libraries."
SRC_URI="mirror://sourceforge/libicq2000/${P}.tar.gz"
HOMEPAGE="http://ickle.sf.net"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="sparc x86"
IUSE=""

RDEPEND="dev-libs/libsigc++:1.0"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )

src_configure() {
	econf \
		--enable-debug
}

src_install () {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}