summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-01 01:41:25 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-01 01:41:25 +0000
commitacb25ff25b39b969b52fd1351fd40d7cf321c959 (patch)
tree17235cbb002483689f099538ec72ccff10f31126 /x11-misc/bubblemon
parentthis is the first line (diff)
downloadgentoo-2-acb25ff25b39b969b52fd1351fd40d7cf321c959.tar.gz
gentoo-2-acb25ff25b39b969b52fd1351fd40d7cf321c959.tar.bz2
gentoo-2-acb25ff25b39b969b52fd1351fd40d7cf321c959.zip
hmm the upside down duck didnt do its thing.. oh well.
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/bubblemon-1.4.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.4.ebuild b/x11-misc/bubblemon/bubblemon-1.4.ebuild
index 444e71d5754a..9804b67728cc 100644
--- a/x11-misc/bubblemon/bubblemon-1.4.ebuild
+++ b/x11-misc/bubblemon/bubblemon-1.4.ebuild
@@ -1,7 +1,7 @@
# 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.3 2001/09/01 01:26:24 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4.ebuild,v 1.4 2001/09/01 01:41:25 woodchip Exp $
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
@@ -10,21 +10,15 @@ 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"
-# blah
-
src_compile() {
- # respect users CFLAGS and enable a neat feature turned off by default
- sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" \
- -e "s/# EXTRA += -DUPSIDE_DOWN_DUCK/EXTRA += -DUPSIDE_DOWN_DUCK/" \
- Makefile | cat > Makefile
+ sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile
make || die
}
src_install () {
into /usr/X11R6
- dobin bubblemon
- # im putting the extra goodies in with docs. *very* small :)
+ dobin ${PN}
dodoc INSTALL ChangeLog README doc/* misc/*
}