diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-01 01:41:25 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-01 01:41:25 +0000 |
commit | 98472f25b318757eada0103301b0f9effe1bb52d (patch) | |
tree | 0a8763ec9d81a8b23b0e5473e808a95a3e561318 /x11-misc/bubblemon | |
parent | this is the first line (diff) | |
download | historical-98472f25b318757eada0103301b0f9effe1bb52d.tar.gz historical-98472f25b318757eada0103301b0f9effe1bb52d.tar.bz2 historical-98472f25b318757eada0103301b0f9effe1bb52d.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.ebuild | 12 |
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/* } |