diff options
Diffstat (limited to 'dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild')
-rw-r--r-- | dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild new file mode 100644 index 000000000000..c4cb9dce7de0 --- /dev/null +++ b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.1 2004/07/01 22:16:19 pclouds Exp $ + +DESCRIPTION="Preview dvi-files on text-only devices" +HOMEPAGE="http://www.ctan.org/tex-archive/dviware/" +SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" + +src_compile() { + emake || die +} + +src_install() { + dobin dvi2tty disdvi + doman dvi2tty.1 disdvi.1 +} |