summaryrefslogtreecommitdiff
blob: 3b908a318fd81d9bcf6c3d00faaeb0e66c5ce6b3 (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-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Arcady Genkin <agenkin@thpoon.com>
# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmweather/wmweather-1.31-r1.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $

# Because of the capital "W" in the package name
WMW_PACKAGE=wmWeather

S="${WORKDIR}/${WMW_PACKAGE}-${PV}"

DESCRIPTION="Dockable applette for WindowMaker that shows weather."
SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${WMW_PACKAGE}-${PV}.tar.gz"
HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"
DEPEND="x11-base/xfree
	sys-devel/perl"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86

src_compile() {
	emake CFLAGS="$CFLAGS" -C Src || die
}

src_install () {
	dobin Src/wmWeather Src/GrabWeather
	dodoc BUGS CHANGES COPYING HINTS INSTALL
}