aboutsummaryrefslogtreecommitdiff
path: root/net-im/profanity/profanity-0.2.1.ebuild
blob: 3e8fc80e15539f3d770c2e3f9d501c74d6442363 (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
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="Ncurses based jabber client inspired by irssi"
HOMEPAGE="http://www.profanity.im/"
SRC_URI="http://www.profanity.im/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify xml xscreensaver"

RDEPEND="dev-libs/glib:2
		dev-libs/libstrophe[xml=]
		dev-libs/openssl
		net-misc/curl
		sys-libs/ncurses
		xscreensaver? ( x11-libs/libXScrnSaver )
		libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"

src_configure() {
		econf $(use_with xml libxml2)
}