# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lan Chatter compatible with Window$ Lanchat Pro" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/glanchat/${P}.tar.bz2" HOMEPAGE="http://glanchat.sourceforge.net" SLOT="0" LICENSE="GPL" KEYWORDS="x86" RDEPEND=">=x11-libs/gtk+-2.4.0" DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { unpack ${P}.tar.bz2 cd ${S} } src_compile () { econf || die emake || die } src_install() { einstall || die dodoc COPYING README TODO CHANGELOG }