summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-08-31 04:05:21 +0000
committerDonny Davies <woodchip@gentoo.org>2001-08-31 04:05:21 +0000
commit608425754893031c3b477ec78a8496b95bfcffbc (patch)
tree22e8b4b162e6ae06a0ed71d15c021ee8b09f959a /x11-misc
parentfirst pass at build doc for rc6. (diff)
downloadgentoo-2-608425754893031c3b477ec78a8496b95bfcffbc.tar.gz
gentoo-2-608425754893031c3b477ec78a8496b95bfcffbc.tar.bz2
gentoo-2-608425754893031c3b477ec78a8496b95bfcffbc.zip
added cool fish clock
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wmfishtime/files/digest-wmfishtime-1.231
-rw-r--r--x11-misc/wmfishtime/wmfishtime-1.23.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-misc/wmfishtime/files/digest-wmfishtime-1.23 b/x11-misc/wmfishtime/files/digest-wmfishtime-1.23
new file mode 100644
index 000000000000..810e27e9bbf8
--- /dev/null
+++ b/x11-misc/wmfishtime/files/digest-wmfishtime-1.23
@@ -0,0 +1 @@
+MD5 ec10376dfb9b43eb7b519b20a1da71e6 wmfishtime-1.23.tar.gz
diff --git a/x11-misc/wmfishtime/wmfishtime-1.23.ebuild b/x11-misc/wmfishtime/wmfishtime-1.23.ebuild
new file mode 100644
index 000000000000..58778d3e057d
--- /dev/null
+++ b/x11-misc/wmfishtime/wmfishtime-1.23.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Donny Davies <woodchip@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmfishtime/wmfishtime-1.23.ebuild,v 1.1 2001/08/31 04:05:21 woodchip Exp $
+
+DESCRIPTION="A fun clock applet for your desktop featuring cute swimming fish"
+HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
+
+S=${WORKDIR}/${P}
+SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
+DEPEND=">=x11-libs/gtk+-1.2.8"
+
+src_compile() {
+
+ # respect users CFLAGS
+ sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile
+ make || die
+}
+
+src_install () {
+
+ into /usr/X11R6
+ dobin wmfishtime
+ into /usr/X11R6/man
+ doman wmfishtime.1
+ dodoc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING
+}