summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-22 06:45:39 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-22 06:45:39 +0000
commitd071d284e418d7ecba792c05513ba062d6b81ec8 (patch)
tree171a3929a557faa47113c1f8f7b7531399aae0e3 /x11-misc/bubblemon
parentSoundTracker: a mod tracker (diff)
downloadgentoo-2-d071d284e418d7ecba792c05513ba062d6b81ec8.tar.gz
gentoo-2-d071d284e418d7ecba792c05513ba062d6b81ec8.tar.bz2
gentoo-2-d071d284e418d7ecba792c05513ba062d6b81ec8.zip
install path fix
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/bubblemon-1.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.4.ebuild b/x11-misc/bubblemon/bubblemon-1.4.ebuild
index 9804b67728cc..d6af54140608 100644
--- a/x11-misc/bubblemon/bubblemon-1.4.ebuild
+++ b/x11-misc/bubblemon/bubblemon-1.4.ebuild
@@ -1,24 +1,24 @@
# 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/bubblemon/bubblemon-1.4.ebuild,v 1.4 2001/09/01 01:41:25 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4.ebuild,v 1.5 2001/09/22 06:45:39 woodchip Exp $
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
S=${WORKDIR}/${PN}-dockapp-${PV}
SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz"
-DEPEND=">=x11-libs/gtk+-1.2.8"
+DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.8"
src_compile() {
sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile
- make || die
+ make ; assert
}
src_install () {
- into /usr/X11R6
- dobin ${PN}
+ into /usr
+ dobin bubblemon
dodoc INSTALL ChangeLog README doc/* misc/*
}