# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A dxf to svg converter" HOMEPAGE="http://sourceforge.net/projects/dxf-svg-convert" SRC_URI="http://www.egore911.de/vype/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} src_install() { dobin dxf2svg || die "dobin failed" dodoc README }