You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/alleyoop/alleyoop-0.9.7.ebuild

28 lines
761 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.5 2011/04/11 13:37:35 phajdan.jr Exp $
EAPI=2
inherit gnome2
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="-alpha amd64 ~ppc -sparc x86"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.2
>=x11-libs/gtk+-2.2:2
>=gnome-base/gconf-2.2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libglade-2.2
sys-devel/binutils
>=dev-util/valgrind-2.4"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"