summaryrefslogtreecommitdiff
blob: 68a755b4b33af86d384614bd5f28597d514b1328 (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
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit autotools eutils

DESCRIPTION="Multi-user replacement for UNIX talk"
HOMEPAGE="http://www.impul.se/ytalk/"
SRC_URI="http://www.impul.se/ytalk/${P}.tar.gz"

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
LICENSE="GPL-2"
SLOT="0"

RDEPEND="
	sys-libs/ncurses:0="

DEPEND="
	${RDEPEND}
	virtual/pkgconfig"

PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )

src_prepare() {
	default
	eautoreconf
}