# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Inkscape *.3d Import Filter"
HOMEPAGE="http://www.thomas-holder.de/projects/3dtosvg/"
SRC_URI="http://www.thomas-holder.de/projects/3dtosvg/3dtosvg-1.0.zip"
RESTRICT="mirror"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND=""
RDEPEND="media-gfx/inkscape"

src_compile() {
	return
}

src_install() {
	insinto /usr/share/inkscape/extensions
	doins *.inx *.py
}
