# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.3.ebuild,v 1.3 2006/09/25 07:59:48 corsair Exp $ DESCRIPTION="Checks latex source for common mistakes" HOMEPAGE="http://baruch.ev-en.org/proj/chktex/" SRC_URI="http://baruch.ev-en.org/proj/chktex/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" DEPEND="virtual/tetex dev-lang/perl sys-apps/groff dev-tex/latex2html" src_compile() { econf `use_enable debug debug-info` || die emake || die } src_install() { make install DESTDIR=${D} || die dodoc ChkTeX.readme NEWS dohtml html/* doman chktex.1 chkweb.1 }