# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ inherit debug DESCRIPTION="gaim-tlen is a tlen protocol plug-in for Gaim" HOMEPAGE="http://nic.com.pl/~alek/gaim-tlen/" SRC_URI="http://nic.com.pl/~alek/gaim-tlen/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-im/gaim-1.0.0" #RDEPEND="" src_install() { make install LOCALBASE=${D} || die "install failure" }