blob: 2d987a594d15c7b7ce45392489a224aafdb08c50 [file] [log] [blame] [edit]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.12 2009/10/12 17:30:39 ssuominen Exp $
inherit gnome2 eutils
DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux."
HOMEPAGE="http://alleyoop.sourceforge.net/"
SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc -sparc -alpha"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.2
>=x11-libs/gtk+-2.2
>=gnome-base/gconf-2.2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libglade-2.2
sys-devel/binutils
dev-util/valgrind"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}.patch
}