Parent Directory
|
Revision Log
Remove hardcoded CFLAGS in configure, bug #438634 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
| 1 | # Copyright 1999-2012 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.3 2011/08/05 13:12:35 voyageur Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | inherit eutils |
| 7 | |
| 8 | DESCRIPTION="monitors the forking activity of the kernel and most active processes" |
| 9 | HOMEPAGE="http://hules.free.fr/wmforkplop" |
| 10 | SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz" |
| 11 | |
| 12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" |
| 15 | IUSE="" |
| 16 | |
| 17 | DEPEND="gnome-base/libgtop |
| 18 | media-libs/imlib2[X]" |
| 19 | RDEPEND="${DEPEND}" |
| 20 | |
| 21 | src_prepare() { |
| 22 | # Easier to patch configure directly here |
| 23 | epatch "${FILESDIR}"/${P}-cflags.patch |
| 24 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |