You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ytalk/ytalk-3.3.0-r1.ebuild

29 lines
526 B

# 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
}