# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" DESCRIPTION="A GUI for tracking the weather in multiple cities - connecting to the weather underground" SRC_URI="http://oplnk.net/~ajackson/software/TkWeather_${PV}.tar.gz" HOMEPAGE="http://oplnk.net/~ajackson/software/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="" RDEPEND="dev-tcltk/expect net-misc/netkit-telnetd" S=${WORKDIR}/bin src_unpack() { unpack ${A} || die epatch ${FILESDIR}/tkweather-pathupdate.patch } src_install() { dodir /usr/bin dobin TkWeather TkWeather_setup.tcl blnhlp.tcl dodir /usr/lib/tkweatherlib insinto /usr/lib/tkweatherlib/ doins tkweatherlib/* }