# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-cairo/guile-cairo-1.3.90.ebuild,v 1.2 2008/08/18 04:19:53 pchrist Exp $ inherit eutils DESCRIPTION="Wraps the Cairo graphics library for Guile Scheme" HOMEPAGE="http://home.gna.org/guile-cairo/" SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" RDEPEND=">=dev-scheme/guile-1.8 >=x11-libs/cairo-1.4" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PV}-various-fixes-20070601.patch } src_install() { emake -j1 DESTDIR="${D}" install || die "install failed" dodoc ChangeLog || die "dodoc failed" }