# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v3 # $Header: $ inherit eutils gnome2 DESCRIPTION="A database application that is similar to filemakerpro, that uses popstgresql as backend" HOMEPAGE="http://www.glom.org" LICENSE="GPL-2" SLOT="1" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-cpp/bakery-2.4.0 >=dev-cpp/libgdamm-3.0.0 dev-cpp/libgtksourceviewmm dev-python/pygtk dev-python/gnome-python-extras" src_compile(){ econf || die "Configuring glom failed" emake || die "Building glom failed" } src_install(){ gnome2_src_install }