# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.3 2003/06/06 13:59:51 joker Exp $ DESCRIPTION="Dockable applette for WindowMaker that shows weather." SRC_URI="http://www.godisch.de/debian/wmweather/${P}.tar.gz" HOMEPAGE="http://www.godisch.de/debian/wmweather/" DEPEND="virtual/x11 net-ftp/curl" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" src_compile() { cd ${S}/src econf || die emake || die } src_install () { dodoc CHANGES COPYING README cd ${S}/src make DESTDIR=${D} install || die }