# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An xfig to pstricks converter" HOMEPAGE="http://homes.eco.auckland.ac.nz/chan079/fig2pstricks/" SRC_URI="http://homes.eco.auckland.ac.nz/chan079/fig2pstricks/fig2pstricks-0.6.9.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" src_install() { exeinto /usr/bin/ doexe fig2pstricks dodoc CHANGELOG.txt README }