# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ECVS_SERVER="cvs.sourceforge.net://cvsroot/iaxclient" ECVS_MODULE="iaxclient" ECVS_BRANCH="HEAD" ECVS_USER="anonymous" inherit cvs eutils DESCRIPTION="IAX2 softphone" HOMEPAGE="http://iaxclient.sourceforge.net/iaxcomm/index.html" LICENSE="GPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/wxGTK-2.6.1" RDEPEND="" S="${WORKDIR}/iaxclient" src_compile(){ cd ${S}/lib make shared cd ${S}/simpleclient/iaxcomm make } src_install(){ cd ${S}/simpleclient/iaxcomm exeinto /usr/bin doexe iaxcomm iaxcomm.htb dodoc README }