# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.8.0.ebuild,v 1.7 2004/09/03 15:31:03 pvdabeel Exp $ inherit eutils DESCRIPTION="The DOM C library for the GNOME project" HOMEPAGE="http://gdome2.cs.unibo.it/" SRC_URI="http://gdome2.cs.unibo.it/tarball/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~sparc ppc" IUSE="" DEPEND=">=dev-libs/libxml2-2.4.21 =dev-libs/glib-1.2*" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-libxml.patch } src_compile() { # has the option of using glib-2 by using --enable-glib-2 econf \ --with-html-dir=${D}/usr/share/doc || die "configure problem" emake || die "compile problem" } src_install() { make DESTDIR=${D} install || die "install problem" dodoc AUTHORS ChangeLog INSTALL MAINTAINERS README }