# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.12.1.ebuild,v 1.10 2005/09/24 04:18:36 vapier Exp $ inherit gnome2 DESCRIPTION="The GNOME Structured File Library" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.1/goffice-0.1.0.tar.gz" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README CHANGES }