summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-26 12:46:54 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-26 12:46:54 +0000
commitce0d2fe78d01a1ddfa832be9fb8e4ca094b052cc (patch)
tree13f058a29d682d618a303a779c31d478d26d536b /x11-plugins/wmfortune/wmfortune-0.241.ebuild
parentInitial import ebuild submitted by Bret Towe (diff)
downloadgentoo-2-ce0d2fe78d01a1ddfa832be9fb8e4ca094b052cc.tar.gz
gentoo-2-ce0d2fe78d01a1ddfa832be9fb8e4ca094b052cc.tar.bz2
gentoo-2-ce0d2fe78d01a1ddfa832be9fb8e4ca094b052cc.zip
initial ebuild #18997
Diffstat (limited to 'x11-plugins/wmfortune/wmfortune-0.241.ebuild')
-rw-r--r--x11-plugins/wmfortune/wmfortune-0.241.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
new file mode 100644
index 000000000000..f0afeb37b213
--- /dev/null
+++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
@@ -0,0 +1,24 @@
+# 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.1 2003/06/26 12:46:33 vapier 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="app-games/fortune-mod
+ virtual/x11"
+RDEPEND=""
+
+src_compile() {
+ emake OPTIMIZE="${CFLAGS}" || die
+}
+
+src_install() {
+ dobin wmfortune
+ dodoc CHANGES README TODO
+}