summaryrefslogtreecommitdiff
blob: 4274381deb4e55ce499748bf4942e82194db9ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.1.6.ebuild,v 1.3 2004/04/30 22:43:17 pvdabeel Exp $

IUSE=""
DESCRIPTION="This is a weather application, it shows the weather in a graphical way."
SRC_URI="http://www.colar.net/wmapps/wmFrog-${PV}.tgz"
HOMEPAGE="http://www.colar.net/wmapps/"

DEPEND="virtual/x11
	dev-lang/perl
	net-misc/wget"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ppc"

src_compile() {
	cd ${WORKDIR}/wmFrog/Src
	emake || die
}

src_install () {
	dodoc CHANGES COPYING README
	cd ${WORKDIR}/wmFrog/Src
	make DESTDIR=${D} install || die
}