# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="TTH translates TEX into HTML." HOMEPAGE="http://hutchinson.belmont.ma.us/tth/" SRC_URI="http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz" SLOT="0" LICENCE="free-noncomm" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/tth_C" src_unpack() { unpack ${A} } src_compile() { gcc -o tth tth.c } src_install() { exeinto /usr/bin doexe tth }