clean cvs header
[gentoo-zh.git] / net-im / freetalk / freetalk-4.1.ebuild
blob983f5dda1fb2e9d44469d720bd5c4934a8b8973f
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=5
6 inherit autotools eutils
8 DESCRIPTION="Console based Jabber client"
9 HOMEPAGE="http://www.gnu.org/software/freetalk/"
10 SRC_URI="http://ftp.gnu.org/gnu/freetalk/freetalk-${PV}.tar.gz"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 LICENSE="GPL-3"
15 IUSE=""
17 RDEPEND="
18 dev-libs/glib:2
19 dev-scheme/guile
20 net-libs/loudmouth"
21 DEPEND="${RDEPEND}"
23 src_prepare() {
24 epatch \
25 "${FILESDIR}"/${PV}-callback.patch \
26 "${FILESDIR}"/${PV}-asneeded.patch \
27 "${FILESDIR}"/${PV}-aclocal.patch
28 eautoreconf
31 src_install() {
32 emake DESTDIR="${D}" install || die