diff options
Diffstat (limited to 'dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild')
-rw-r--r-- | dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild index 92d6dcfc426e..543dd76e1739 100644 --- a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild +++ b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild @@ -1,7 +1,8 @@ # 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.3 2004/10/09 21:20:46 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.4 2004/12/16 12:08:26 pclouds Exp $ +inherit eutils 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" @@ -11,6 +12,11 @@ KEYWORDS="x86 ppc" IUSE="" DEPEND="" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/dvi2tty-gcc.patch +} + src_compile() { emake || die } |