summaryrefslogtreecommitdiff
blob: c1e6ae89d8d5a06967a9538ac04b54e62d471712 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
PYTHON_DEPEND="3"

EGIT_REPO_URI="git://github.com/sekh/poezio.git"

inherit python git-2

DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
HOMEPAGE="http://poezio.eu/"

LICENSE="custom"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=">=dev-python/sleekxmpp-9999 >=dev-python/dnspython3-1.10.0"
RDEPEND="${DEPEND}"

src_install()
{
	emake DESTDIR="${D}" prefix="/usr/" install || die "make install failed"
}