diff options
author | 2003-11-02 01:20:12 +0000 | |
---|---|---|
committer | 2003-11-02 01:20:12 +0000 | |
commit | fd25195f5887c3010db6656f3b63490a21a85588 (patch) | |
tree | 214c95a3a35f858f147622c9d02d7d7df8761d9c /x11-misc/bubblemon/bubblemon-1.41.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-fd25195f5887c3010db6656f3b63490a21a85588.tar.gz gentoo-2-fd25195f5887c3010db6656f3b63490a21a85588.tar.bz2 gentoo-2-fd25195f5887c3010db6656f3b63490a21a85588.zip |
version bump
Diffstat (limited to 'x11-misc/bubblemon/bubblemon-1.41.ebuild')
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.41.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.41.ebuild b/x11-misc/bubblemon/bubblemon-1.41.ebuild new file mode 100644 index 000000000000..1d11d319dbbe --- /dev/null +++ b/x11-misc/bubblemon/bubblemon-1.41.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.1 2003/11/02 01:20:07 pyrania Exp $ + +DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" +HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" + +S=${WORKDIR}/${PN}-dockapp-${PV} +SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz" +DEPEND="virtual/glibc =x11-libs/gtk+-1.2*" + +src_compile() { + sed -i "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile + make || die +} + +src_install () { + into /usr + dobin bubblemon + dodoc INSTALL ChangeLog README doc/* misc/* +} |