# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-2.0.0.1.ebuild,v 1.9 2007/03/05 03:47:05 genone Exp $ inherit gnome2 DESCRIPTION="A C++ code generating backend for glade" SRC_URI="http://home.wtal.de/petig/Gtk/${P}.tar.gz" HOMEPAGE="http://home.wtal.de/petig/Gtk/" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc ~amd64" RDEPEND="virtual/libc" DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS BUGS COPYING ChangeLog NEWS README TODO docs/*" pkg_postinst() { elog "glademm generated sources have dependencies on packages not required by this ebuild." }