diff options
author | 2001-09-22 06:45:39 +0000 | |
---|---|---|
committer | 2001-09-22 06:45:39 +0000 | |
commit | d071d284e418d7ecba792c05513ba062d6b81ec8 (patch) | |
tree | 171a3929a557faa47113c1f8f7b7531399aae0e3 /x11-misc/wmfishtime | |
parent | SoundTracker: a mod tracker (diff) | |
download | gentoo-2-d071d284e418d7ecba792c05513ba062d6b81ec8.tar.gz gentoo-2-d071d284e418d7ecba792c05513ba062d6b81ec8.tar.bz2 gentoo-2-d071d284e418d7ecba792c05513ba062d6b81ec8.zip |
install path fix
Diffstat (limited to 'x11-misc/wmfishtime')
-rw-r--r-- | x11-misc/wmfishtime/wmfishtime-1.23.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/wmfishtime/wmfishtime-1.23.ebuild b/x11-misc/wmfishtime/wmfishtime-1.23.ebuild index 4d8132c174c6..4c72b7552fdf 100644 --- a/x11-misc/wmfishtime/wmfishtime-1.23.ebuild +++ b/x11-misc/wmfishtime/wmfishtime-1.23.ebuild @@ -1,26 +1,26 @@ # 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.2 2001/09/01 01:51:36 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmfishtime/wmfishtime-1.23.ebuild,v 1.3 2001/09/22 06:42:12 woodchip Exp $ -# this doesnt appear to work in kde. see the doc mentioning it. -DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" +# to make this work in KDE, run it with the -b option :) +DESCRIPTION="A really fun clock applet for your desktop featuring 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" +DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.8" src_compile() { # respect users CFLAGS sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile - make || die + make ; assert } src_install () { - into /usr/X11R6 + into /usr dobin wmfishtime doman wmfishtime.1 dodoc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING |