# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp S=${WORKDIR}/${P} DESCRIPTION="Gnome DB library" SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/v0.9.0/${P}.tar.gz" HOMEPAGE="http://www.gnome-db.org" IUSE="" SLOT="" KEYWORDS="~x86 ~sparc" LICENSE="GPL-2 LGPL-2" DEPEND=">=libgnomedb-0.9.0" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die "unable to make" } src_install () { make DESTDIR=${D} install || die dohtml doc/C/html l }