aboutsummaryrefslogtreecommitdiff
path: root/net-im/profanity/profanity-0.1.8.ebuild
blob: f40d398797c434901844c93aceaf1a98c3c77435 (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-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit autotools

DESCRIPTION="Ncurses based jabber client inspired by irssi"
HOMEPAGE="http://www.boothj5.com/profanity.shtml"
SRC_URI="https://github.com/downloads/boothj5/${PN}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
IUSE="libnotify"

RDEPEND="dev-libs/expat
		dev-libs/glib:2
		dev-libs/libstrophe
		dev-libs/libxml2
		dev-libs/openssl
		net-misc/curl
		sys-libs/ncurses
		libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"

src_prepare() {
		eautoreconf
}