# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Tlen.pl support for Gaim (plugin)" HOMEPAGE="http://nic.com.pl/~alek/gaim-tlen" SRC_URI="http://nic.com.pl/~alek/gaim-tlen/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=net-im/gaim-2.0.0_beta6*" DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="README" src_compile() { make LOCALBASE="/usr" || die "Compile failed" } src_install() { make install LOCALBASE="/usr" DESTDIR="${D}" || die "Install failed" dodoc README }