# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="console jabber client with readline interface" HOMEPAGE="http://www.gnu.org/software/freetalk/#downloading" SRC_URI="http://savannah.gnu.org/download/freetalk/freetalk-3.2.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-scheme/guile net-libs/loudmouth" RDEPEND="" src_compile(){ cd ${S} ./configure emake || die "emake failed" } src_install(){ emake DESTDIR=${D} install || die "install failed" }