gentoo-overlay/net-im/poezio/poezio-0.9.ebuild

31 lines
763 B
Bash
Raw Normal View History

2016-02-09 17:15:24 +00:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
PYTHON_DEPEND="3"
inherit python
DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
ATTACH_ID="91"
HOMEPAGE="http://poezio.eu/"
SRC_URI="http://dev.louiz.org/attachments/download/${ATTACH_ID}/${P}.tar.xz"
2016-02-10 14:43:46 +00:00
LICENSE="ZLIB"
2016-02-09 17:15:24 +00:00
SLOT="0"
KEYWORDS="~amd64"
2016-02-10 14:25:14 +00:00
IUSE="otr"
2016-02-09 17:15:24 +00:00
#dnspython dep is optional and skipped (requires privately patched, python3 version)
2016-02-10 14:05:26 +00:00
RDEPEND="=dev-python/slixmpp-9999[${PYTHON_USEDEP}]
${PYTHON_DEPS}
otr? ( dev-python/pycrypto[${PYTHON_USEDEP}]
dev-python/potr[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
2016-02-09 17:15:24 +00:00
src_install()
{
emake DESTDIR="${D}" prefix="/usr/" install || die "make install failed"
}