summaryrefslogtreecommitdiff
blob: c784622e8292b3b3c09b1bda5c98a00814869070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.2 2003/09/10 21:58:44 msterret Exp $

DESCRIPTION="dock-app that shows forune messages"
HOMEPAGE="http://www.01.246.ne.jp/~m-sugano/apps.html"
SRC_URI="http://www.01.246.ne.jp/~m-sugano/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~x86"

DEPEND="games-misc/fortune-mod
	virtual/x11"

src_compile() {
	emake OPTIMIZE="${CFLAGS}" || die
}

src_install() {
	dobin wmfortune
	dodoc CHANGES README TODO
}