# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: IUSE="" DESCRIPTION="A client for Polish Tlen.pl instant messenging system." HOMEPAGE="http://tleenx.sourceforge.net/" SRC_URI="mirror://sourceforge/tleenx/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="net-libs/libtlen2 >=x11-libs/gtk+-2.0" #src_compile() { # cd ${S} # econf --prefix=/usr || die "configure failed" # emake || die "make failed" #} src_install() { einstall || die "make isntall failed" dodoc AUTHORS BUGS ChangeLog NEWS REDME TODO }