Parent Directory
|
Revision Log
Depend on imlib2 with X, thanks Piotr Szymaniak in bug #373057 (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
| 1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild,v 1.2 2010/01/07 16:00:12 fauli Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | DESCRIPTION="monitors the forking activity of the kernel and most active processes" |
| 8 | HOMEPAGE="http://hules.free.fr/wmforkplop" |
| 9 | SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz" |
| 10 | |
| 11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" |
| 14 | IUSE="" |
| 15 | |
| 16 | DEPEND="gnome-base/libgtop |
| 17 | media-libs/imlib2[X]" |
| 18 | RDEPEND="${DEPEND}" |
| 19 | |
| 20 | #src_install() { |
| 21 | # emake DESTDIR="${D}" install |
| 22 | #} |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |