diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-07-31 21:38:17 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-07-31 21:38:17 +0000 |
commit | 8ceafbc504a4ffd1e4863b520fd2d9a7bddc1f07 (patch) | |
tree | 2ae80020d9206165fb0340272ce1d95e3075f175 /app-text | |
parent | added devfs vc/? device names to securetty (diff) | |
download | gentoo-2-8ceafbc504a4ffd1e4863b520fd2d9a7bddc1f07.tar.gz gentoo-2-8ceafbc504a4ffd1e4863b520fd2d9a7bddc1f07.tar.bz2 gentoo-2-8ceafbc504a4ffd1e4863b520fd2d9a7bddc1f07.zip |
chktex: check latex source for common errors.
Note: wait until the archive is mirrored in gentoo before fetching, it isn't available anywhere else.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/chktex/chktex-1.5.ebuild | 34 | ||||
-rw-r--r-- | app-text/chktex/files/digest-chktex-1.5 | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/app-text/chktex/chktex-1.5.ebuild b/app-text/chktex/chktex-1.5.ebuild new file mode 100644 index 000000000000..3bca13764064 --- /dev/null +++ b/app-text/chktex/chktex-1.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5.ebuild,v 1.1 2001/07/31 21:38:17 danarmak Exp $ + +S=${WORKDIR}/${P} +SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz" + +HOMEPAGE="http://www.ifi.uio.no/~jensthi/chktex/ChkTeX.html" +DESCRIPTION="Checks latex source for common mistakes" + +DEPEND="app-text/tetex + virtual/glibc + sys-devel/ld.so + sys-devel/perl + sys-apps/groff + app-text/latex2html" + +src_compile() { + + confopts="--infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} --disable-debug-info" + + try ./configure ${confopts} + + try make + +} + +src_install () { + + try make prefix=${D}/usr install + +} + diff --git a/app-text/chktex/files/digest-chktex-1.5 b/app-text/chktex/files/digest-chktex-1.5 new file mode 100644 index 000000000000..dbc1d8199fc2 --- /dev/null +++ b/app-text/chktex/files/digest-chktex-1.5 @@ -0,0 +1 @@ +MD5 56b890e6ec078237eb576d8c04b22092 chktex-1.5.tar.gz |