diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-09 14:23:14 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-09 14:23:14 +0000 |
commit | 705c930a21e6d1b85124444d3268f7d3d987895c (patch) | |
tree | 77131f189f569cab9ec2432c7225fb1575b2fa13 /app-text/epstool/epstool-3.02.ebuild | |
parent | Initial import. (diff) | |
download | gentoo-2-705c930a21e6d1b85124444d3268f7d3d987895c.tar.gz gentoo-2-705c930a21e6d1b85124444d3268f7d3d987895c.tar.bz2 gentoo-2-705c930a21e6d1b85124444d3268f7d3d987895c.zip |
Initial import.
Diffstat (limited to 'app-text/epstool/epstool-3.02.ebuild')
-rw-r--r-- | app-text/epstool/epstool-3.02.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/epstool/epstool-3.02.ebuild b/app-text/epstool/epstool-3.02.ebuild new file mode 100644 index 000000000000..0f18367917ef --- /dev/null +++ b/app-text/epstool/epstool-3.02.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.02.ebuild,v 1.1 2003/07/09 14:23:06 phosphan Exp $ + +DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps." +HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm" +SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${PN}-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="app-text/ghostscript" + +src_compile() { + make epstool || die +} + +src_install() { + exeinto /usr/bin + doexe epstool + doman doc/epstool.1 + dohtml doc/epstool.htm doc/gsview.css +} |