# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A secure chat plugin for GAIM" HOMEPAGE="http://www.scatterchat.com" SRC_URI="http://www.rit.edu/~jst2912/scatterchat-1.0.2.tar.bz2" LICENSE="HESSLA" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-libs/libgcrypt net-misc/tor sys-devel/automake" RDEPEND="dev-libs/libgcrypt net-misc/tor sys-devel/automake" src_unpack() { unpack ${A} } src_compile() { econf || die "Could not configure" emake || die "emake failed" } src_install() { make install DESTDIR=${D} || die "Could not install package" }