diff options
Diffstat (limited to 'x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild')
-rw-r--r-- | x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild b/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild new file mode 100644 index 000000000000..d82bb38f8df9 --- /dev/null +++ b/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild,v 1.1 2005/05/16 10:07:43 s4t4n Exp $ + +IUSE="" + +DESCRIPTION="A blue WMaker DockApp to see CPU usage." +HOMEPAGE="http://sheepmakers.ath.cx/utils/wmbluecpu/" +SRC_URI="http://litestep.boo.pl/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="virtual/x11" + +src_compile() +{ + FLAGS=${CFLAGS} make -e || die "Compilation failed" +} + +src_install() +{ + dobin wmbluecpu + doman wmbluecpu.1 + dodoc ChangeLog TODO INSTALL README THANKS AUTHORS +} |