summaryrefslogtreecommitdiff
blob: 0e8d5f736b0bc33ad085698d1c908dad964285df (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
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.1 2002/10/08 13:18:45 raker Exp $

IUSE=""

S="${WORKDIR}/${P}"

DESCRIPTION="dockapp which displays the rise/set time of the sun"
HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"
SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"

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

DEPEND="virtual/glibc
	virtual/x11
	x11-wm/WindowMaker"
RDEPEND="${DEPEND}"

src_compile() {

	emake -C wmSun clean || die "make clean failed"

	COPTS=${CFLAGS} emake -C wmSun || die "parallel make failed"

}

src_install() {

	dobin wmSun/wmSun

	doman wmSun/wmSun.1

	dodoc BUGS TODO wmSun/README

}