# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.4.ebuild,v 1.2 2004/03/18 13:29:00 dholm Exp $ DESCRIPTION="Render SVG content using cairo" HOMEPAGE="http://xsvg.org/" SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="X11" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="x11-libs/cairo media-libs/libsvg" src_compile() { econf || die emake || die } src_install() { make install DESTDIR=${D} || die }