# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SVG to PDF converter" HOMEPAGE="http://gitweb.freedesktop.org/?p=users/cworth/svg2pdf" SRC_URI="gentoo://svg2pdf-20070927.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/cairo" pkg_setup() { built_with_use x11-libs/cairo svg || die "requires cairo with svg support" } src_install() { dobin svg2pdf }