diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-03 22:48:51 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-03 22:48:51 +0000 |
commit | 35a93f4e1cc9aab3f2f0d20e24d2cc9f460a1043 (patch) | |
tree | fd243937a5dc00e0b6e3126f535719bc89a4ecb9 /x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild | |
parent | Updated homepage URL. (Manifest recommit) (diff) | |
download | gentoo-2-35a93f4e1cc9aab3f2f0d20e24d2cc9f460a1043.tar.gz gentoo-2-35a93f4e1cc9aab3f2f0d20e24d2cc9f460a1043.tar.bz2 gentoo-2-35a93f4e1cc9aab3f2f0d20e24d2cc9f460a1043.zip |
Initial import of x11-plugins/wmbluecpu, version 0.4
Diffstat (limited to 'x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild')
-rw-r--r-- | x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild b/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild new file mode 100644 index 000000000000..fb7ce2ce5842 --- /dev/null +++ b/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild,v 1.1 2004/07/03 22:48:51 s4t4n Exp $ + +IUSE="" + +DESCRIPTION="A blue WMaker DockApp to see CPU usage." +HOMEPAGE="http://misuceldestept.go.ro/wmbluecpu/" +SRC_URI="ftp://ftp.ibiblio.org/pub/linux/X11/xutils/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11" + +src_compile() +{ + FLAGS=${CFLAGS} make -e || die "Compilation failed" +} + +src_install() +{ + dobin wmbluecpu + doman wmbluecpu.1 + dodoc ChangeLog TODO WMS COPYING INSTALL README THANKS +} |