summaryrefslogtreecommitdiff
blob: 2d377731d4c9afff37472c196d35d6d600888847 (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
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.2.4.ebuild,v 1.1 2004/03/06 02:50:19 zul Exp $

DESCRIPTION="Loqui is a graphical IRC client for GNOME2 on UNIX like operating system."
SRC_URI="http://loqui.good-day.net/src/${P}.tar.gz"
HOMEPAGE="http://loqui.good-day.net"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="nls"

RDEPEND=">=dev-libs/glib-2.2.1
	>=x11-libs/gtk+-2.2.1
	>=net-libs/gnet-2.0.3"
DEPEND=">=dev-libs/glib-2.2.1
	>=x11-libs/gtk+-2.2.1
	>=net-libs/gnet-2.0.3
	dev-perl/XML-Parser
	nls? ( sys-devel/gettext )"

src_compile() {
	econf `use_enable nls`|| die "Configure failed"
	emake || die "Compile failed"
}

src_install() {
	einstall install || die "Install failed"
	dodoc COPYING ChangeLog README
}