# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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="sys-devel/patch" RDEPEND="dev-tcltk/expect net-misc/netkit-telnetd" src_unpack() { tar xzf ${DISTDIR}/TkWeather_${PV}.tar.gz || die "tarball extract failed" epatch ${FILESDIR}/tkweather-pathupdate.patch } src_install() { cd ${WORKDIR}/bin dodir /usr/bin dobin TkWeather TkWeather_setup.tcl blnhlp.tcl dodir /usr/lib/tkweatherlib insinto /usr/lib/tkweatherlib/ doins tkweatherlib/* }